|
@@ -19,6 +19,17 @@
|
|
<spring.cloud-version>Hoxton.SR8</spring.cloud-version>
|
|
<spring.cloud-version>Hoxton.SR8</spring.cloud-version>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
|
|
+ <repositories>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>releases</id>
|
|
|
|
+ <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
|
|
|
|
+ </repository>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>nexus-aliyun</id>
|
|
|
|
+ <url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
|
+ </repository>
|
|
|
|
+ </repositories>
|
|
|
|
+
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
|
|
<!-- <dependency>-->
|
|
<!-- <dependency>-->
|
|
@@ -116,16 +127,15 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
- <configuration>
|
|
|
|
- <excludes>
|
|
|
|
- <exclude>
|
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
|
- </exclude>
|
|
|
|
- </excludes>
|
|
|
|
- </configuration>
|
|
|
|
</plugin>
|
|
</plugin>
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|
|
|
|
|
|
|
|
+ <distributionManagement>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>releases</id>
|
|
|
|
+ <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
|
|
|
|
+ </repository>
|
|
|
|
+ </distributionManagement>
|
|
|
|
+
|
|
</project>
|
|
</project>
|