maven打包引入lib中jar包

tech2022-08-09  139

在根pom.xml中,引入 以下坐标即可

<plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <includeSystemScope>true</includeSystemScope> </configuration> </plugin>
最新回复(0)