zhangchenglong 2 năm trước cách đây
mục cha
commit
e10c2cb44f
1 tập tin đã thay đổi với 28 bổ sung28 xóa
  1. 28 28
      pom.xml

+ 28 - 28
pom.xml

@@ -10,8 +10,8 @@
     </parent>
     <groupId>com.syjy</groupId>
     <artifactId>calculation-spring-boot-starter</artifactId>
-    <version>0.0.15</version>
-    <!--<version>0.0.15-SNAPSHOT</version>-->
+    <!--<version>0.0.17</version>-->
+    <version>0.0.17-SNAPSHOT</version>
     <name>calculation</name>
     <description>Demo project for Spring Boot</description>
     <properties>
@@ -42,19 +42,19 @@
         </dependency>
 
         <!--本地使用时候放开-->
-        <!--<dependency>-->
-            <!--<groupId>kingbasejdbc4</groupId>-->
-            <!--<artifactId>kingbasejdbc4</artifactId>-->
-            <!--<version>1</version>-->
-        <!--</dependency>-->
-
-        <!--发布时候放开-->
         <dependency>
-            <groupId>com.alibaba.cloud</groupId>
-            <version>2.2.0.RELEASE</version>
-            <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
+            <groupId>kingbasejdbc4</groupId>
+            <artifactId>kingbasejdbc4</artifactId>
+            <version>1</version>
         </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>
@@ -118,27 +118,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>