This commit is contained in:
parent
27e647d0d7
commit
24063724d9
22
pom.xml
22
pom.xml
|
|
@ -321,9 +321,19 @@
|
|||
3、它提供了一个内置的依赖项冲突解决程序, 它将版本号设置为与 spring 启动依赖项匹配。
|
||||
4、您可以重写任何您希望的版本, 但它将默认为启动所选的一组版本。 -->
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</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文件,很久没有维护,希望找到代替 -->
|
||||
<plugin>
|
||||
|
|
@ -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