How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.github.dawdler-series</groupId>
<artifactId>dawdler-boot-maven-plugin</artifactId>
<version>1.8.2-jdk1.8-RELEASES</version>
</plugin>