This commit is contained in:
parent
27e647d0d7
commit
24063724d9
22
pom.xml
22
pom.xml
|
|
@ -321,9 +321,19 @@
|
||||||
3、它提供了一个内置的依赖项冲突解决程序, 它将版本号设置为与 spring 启动依赖项匹配。
|
3、它提供了一个内置的依赖项冲突解决程序, 它将版本号设置为与 spring 启动依赖项匹配。
|
||||||
4、您可以重写任何您希望的版本, 但它将默认为启动所选的一组版本。 -->
|
4、您可以重写任何您希望的版本, 但它将默认为启动所选的一组版本。 -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
</plugin>
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<goals>
|
||||||
|
<goal>repackage</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<loaderImplementation>CLASSIC</loaderImplementation>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
<!-- 读取项目yaml文件,编译打包的时候赋值给pom文件,很久没有维护,希望找到代替 -->
|
<!-- 读取项目yaml文件,编译打包的时候赋值给pom文件,很久没有维护,希望找到代替 -->
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
@ -509,7 +519,7 @@
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|
||||||
<repositories>
|
<!--<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>repo</id>
|
<id>repo</id>
|
||||||
<name>repo</name>
|
<name>repo</name>
|
||||||
|
|
@ -559,7 +569,7 @@
|
||||||
<id>spring-milestones</id>
|
<id>spring-milestones</id>
|
||||||
<url>https://repo.spring.io/milestone</url>
|
<url>https://repo.spring.io/milestone</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- sm9 -->
|
sm9
|
||||||
<repository>
|
<repository>
|
||||||
<id>jitpack.io</id>
|
<id>jitpack.io</id>
|
||||||
<url>https://www.jitpack.io</url>
|
<url>https://www.jitpack.io</url>
|
||||||
|
|
@ -569,7 +579,7 @@
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
|
||||||
</repositories>
|
</repositories>-->
|
||||||
|
|
||||||
<!--<pluginRepositories>
|
<!--<pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user