|
@@ -10,7 +10,7 @@
|
|
|
</parent>
|
|
|
<groupId>com.syjy</groupId>
|
|
|
<artifactId>calculation-spring-boot-starter</artifactId>
|
|
|
- <version>0.0.3</version>
|
|
|
+ <version>0.0.4</version>
|
|
|
<!--<version>0.0.3-SNAPSHOT</version>-->
|
|
|
<name>calculation</name>
|
|
|
<description>Demo project for Spring Boot</description>
|
|
@@ -42,11 +42,11 @@
|
|
|
</dependency>
|
|
|
|
|
|
<!--本地使用时候放开-->
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>kingbasejdbc4</groupId>-->
|
|
|
- <!--<artifactId>kingbasejdbc4</artifactId>-->
|
|
|
- <!--<version>1</version>-->
|
|
|
- <!--</dependency>-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>kingbasejdbc4</groupId>
|
|
|
+ <artifactId>kingbasejdbc4</artifactId>
|
|
|
+ <version>1</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
<!-- druid 连接池 -->
|
|
|
<dependency>
|
|
@@ -108,32 +108,32 @@
|
|
|
</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>-->
|
|
|
</dependencies>
|
|
|
|
|
|
<distributionManagement>
|
|
|
- <!--<repository>-->
|
|
|
- <!--<id>jiayue-releases</id>-->
|
|
|
- <!--<url>http://49.4.68.219:8888/nexus/content/repositories/jiayue-releases/</url>-->
|
|
|
- <!--</repository>-->
|
|
|
- <!--<snapshotRepository>-->
|
|
|
- <!--<id>jiayue-snapshots</id>-->
|
|
|
- <!--<url>http://49.4.68.219:8888/nexus/content/repositories/jiayue-snapshots/</url>-->
|
|
|
- <!--</snapshotRepository>-->
|
|
|
-
|
|
|
- <repository>
|
|
|
- <id>jiayue-csc-releases</id>
|
|
|
- <url>http://49.4.68.219:8888/nexus/content/repositories/jiayue-csc-releases/</url>
|
|
|
- </repository>
|
|
|
+ <repository>
|
|
|
+ <id>jiayue-releases</id>
|
|
|
+ <url>http://49.4.68.219:8888/nexus/content/repositories/jiayue-releases/</url>
|
|
|
+ </repository>
|
|
|
<snapshotRepository>
|
|
|
- <id>jiayue-csc-snapshots</id>
|
|
|
- <url>http://49.4.68.219:8888/nexus/content/repositories/jiayue-csc-snapshots/</url>
|
|
|
+ <id>jiayue-snapshots</id>
|
|
|
+ <url>http://49.4.68.219:8888/nexus/content/repositories/jiayue-snapshots/</url>
|
|
|
</snapshotRepository>
|
|
|
|
|
|
+ <!--<repository>-->
|
|
|
+ <!--<id>jiayue-csc-releases</id>-->
|
|
|
+ <!--<url>http://49.4.68.219:8888/nexus/content/repositories/jiayue-csc-releases/</url>-->
|
|
|
+ <!--</repository>-->
|
|
|
+ <!--<snapshotRepository>-->
|
|
|
+ <!--<id>jiayue-csc-snapshots</id>-->
|
|
|
+ <!--<url>http://49.4.68.219:8888/nexus/content/repositories/jiayue-csc-snapshots/</url>-->
|
|
|
+ <!--</snapshotRepository>-->
|
|
|
+
|
|
|
</distributionManagement>
|
|
|
|
|
|
<build>
|