|
|
|
|
@ -143,7 +143,7 @@
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>central</id>
|
|
|
|
|
<name>Central Repository</name>
|
|
|
|
|
@ -166,8 +166,7 @@
|
|
|
|
|
<version>${spring.boot.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<finalName>infra</finalName> <!-- 指定新的文件名 -->
|
|
|
|
|
<outputDirectory>../../packge</outputDirectory>
|
|
|
|
|
|
|
|
|
|
<outputDirectory>../../packge</outputDirectory>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
|