|
@ -12,6 +12,19 @@
|
|
|
<properties>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
</properties>
|
|
|
<pluginRepositories>
|
|
|
<pluginRepository>
|
|
|
<id>pluginCentral</id>
|
|
|
<name>pluginCentral</name>
|
|
|
<url>http://172.19.103.47:8081/nexus/content/repositories/central/</url>
|
|
|
</pluginRepository>
|
|
|
<pluginRepository>
|
|
|
<id>pluginReleases</id>
|
|
|
<name>pluginReleases</name>
|
|
|
<url>http://172.19.103.47:8081/nexus/content/repositories/releases/</url>
|
|
|
</pluginRepository>
|
|
|
</pluginRepositories>
|
|
|
<!--用于发布到服务器 对应setting的对应server表情里面的id -->
|
|
|
<distributionManagement>
|
|
|
<repository>
|
|
|
<id>Releases</id>
|
|
@ -24,6 +37,18 @@
|
|
|
<url>http://172.19.103.47:8081/nexus/content/repositories/snapshots/</url>
|
|
|
</snapshotRepository>
|
|
|
</distributionManagement>
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
<id>repositoryCentral</id>
|
|
|
<name>repositoryCentral</name>
|
|
|
<url>http://172.19.103.47:8081/nexus/content/repositories/central/</url>
|
|
|
</repository>
|
|
|
<repository>
|
|
|
<id>repositoryReleases</id>
|
|
|
<name>repositoryReleases</name>
|
|
|
<url>http://172.19.103.47:8081/nexus/content/repositories/releases/</url>
|
|
|
</repository>
|
|
|
</repositories>
|
|
|
<!-- Inherit defaults from Spring Boot -->
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|