|
@@ -42,19 +42,19 @@
|
|
|
</dependency>
|
|
|
|
|
|
<!--本地使用时候放开-->
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
- <version>2.2.0.RELEASE</version>
|
|
|
- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!--发布时候放开-->
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>com.alibaba.cloud</groupId>-->
|
|
|
<!-- <version>2.2.0.RELEASE</version>-->
|
|
|
<!-- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>-->
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
+ <!--发布时候放开-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.alibaba.cloud</groupId>
|
|
|
+ <version>2.2.0.RELEASE</version>
|
|
|
+ <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!-- druid 连接池 -->
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
@@ -124,27 +124,27 @@
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
|
- <repository>
|
|
|
- <id>jiayue-releases</id>
|
|
|
- <name>Nexus Release Repository</name>
|
|
|
- <url>http://49.4.68.219:8888/repository/jiayue-releases/</url>
|
|
|
- </repository>
|
|
|
- <snapshotRepository>
|
|
|
- <id>jiayue-snapshots</id>
|
|
|
- <name>Nexus Snapshot Repository</name>
|
|
|
- <url>http://49.4.68.219:8888/repository/jiayue-snapshots/</url>
|
|
|
- </snapshotRepository>
|
|
|
-
|
|
|
- <!--csc-->
|
|
|
<!-- <repository>-->
|
|
|
-<!-- <id>jiayue-csc-releases</id>-->
|
|
|
-<!-- <url>http://49.4.68.219:8888/repository/jiayue-csc-releases/</url>-->
|
|
|
+<!-- <id>jiayue-releases</id>-->
|
|
|
+<!-- <name>Nexus Release Repository</name>-->
|
|
|
+<!-- <url>http://49.4.68.219:8888/repository/jiayue-releases/</url>-->
|
|
|
<!-- </repository>-->
|
|
|
<!-- <snapshotRepository>-->
|
|
|
-<!-- <id>jiayue-csc-snapshots</id>-->
|
|
|
-<!-- <url>http://49.4.68.219:8888/repository/jiayue-csc-snapshots/</url>-->
|
|
|
+<!-- <id>jiayue-snapshots</id>-->
|
|
|
+<!-- <name>Nexus Snapshot Repository</name>-->
|
|
|
+<!-- <url>http://49.4.68.219:8888/repository/jiayue-snapshots/</url>-->
|
|
|
<!-- </snapshotRepository>-->
|
|
|
|
|
|
+ <!--csc-->
|
|
|
+ <repository>
|
|
|
+ <id>jiayue-csc-releases</id>
|
|
|
+ <url>http://49.4.68.219:8888/repository/jiayue-csc-releases/</url>
|
|
|
+ </repository>
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>jiayue-csc-snapshots</id>
|
|
|
+ <url>http://49.4.68.219:8888/repository/jiayue-csc-snapshots/</url>
|
|
|
+ </snapshotRepository>
|
|
|
+
|
|
|
</distributionManagement>
|
|
|
|
|
|
<build>
|