This commit is contained in:
parent
27e647d0d7
commit
24063724d9
16
pom.xml
16
pom.xml
|
|
@ -323,6 +323,16 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<goals>
|
||||||
|
<goal>repackage</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<loaderImplementation>CLASSIC</loaderImplementation>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- 读取项目yaml文件,编译打包的时候赋值给pom文件,很久没有维护,希望找到代替 -->
|
<!-- 读取项目yaml文件,编译打包的时候赋值给pom文件,很久没有维护,希望找到代替 -->
|
||||||
|
|
@ -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