This commit is contained in:
parent
27e647d0d7
commit
24063724d9
16
pom.xml
16
pom.xml
|
|
@ -323,6 +323,16 @@
|
|||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<loaderImplementation>CLASSIC</loaderImplementation>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!-- 读取项目yaml文件,编译打包的时候赋值给pom文件,很久没有维护,希望找到代替 -->
|
||||
|
|
@ -509,7 +519,7 @@
|
|||
</build>
|
||||
|
||||
|
||||
<repositories>
|
||||
<!--<repositories>
|
||||
<repository>
|
||||
<id>repo</id>
|
||||
<name>repo</name>
|
||||
|
|
@ -559,7 +569,7 @@
|
|||
<id>spring-milestones</id>
|
||||
<url>https://repo.spring.io/milestone</url>
|
||||
</repository>
|
||||
<!-- sm9 -->
|
||||
sm9
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://www.jitpack.io</url>
|
||||
|
|
@ -569,7 +579,7 @@
|
|||
</repository>
|
||||
|
||||
|
||||
</repositories>
|
||||
</repositories>-->
|
||||
|
||||
<!--<pluginRepositories>
|
||||
<pluginRepository>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user