|
|
@@ -11,21 +11,26 @@
|
|
|
<artifactId>service-cdi-biz</artifactId>
|
|
|
|
|
|
<dependencies>
|
|
|
- <!-- <dependency>-->
|
|
|
- <!-- <groupId>com.usky</groupId>-->
|
|
|
- <!-- <artifactId>common-cloud-starter</artifactId>-->
|
|
|
- <!-- <exclusions>-->
|
|
|
- <!-- <!– 排除Nacos相关依赖 –>-->
|
|
|
- <!-- <exclusion>-->
|
|
|
- <!-- <groupId>com.alibaba.cloud</groupId>-->
|
|
|
- <!-- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>-->
|
|
|
- <!-- </exclusion>-->
|
|
|
- <!-- <exclusion>-->
|
|
|
- <!-- <groupId>com.alibaba.cloud</groupId>-->
|
|
|
- <!-- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>-->
|
|
|
- <!-- </exclusion>-->
|
|
|
- <!-- </exclusions>-->
|
|
|
- <!-- </dependency>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>com.usky</groupId>-->
|
|
|
+ <!-- <artifactId>common-cloud-starter</artifactId>-->
|
|
|
+ <!-- <exclusions>-->
|
|
|
+ <!-- <!– 排除Nacos相关依赖 –>-->
|
|
|
+ <!-- <exclusion>-->
|
|
|
+ <!-- <groupId>com.alibaba.cloud</groupId>-->
|
|
|
+ <!-- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>-->
|
|
|
+ <!-- </exclusion>-->
|
|
|
+ <!-- <exclusion>-->
|
|
|
+ <!-- <groupId>com.alibaba.cloud</groupId>-->
|
|
|
+ <!-- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>-->
|
|
|
+ <!-- </exclusion>-->
|
|
|
+ <!-- </exclusions>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.usky</groupId>
|
|
|
+ <artifactId>common-cloud-starter</artifactId>
|
|
|
+ </dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.usky</groupId>
|
|
|
@@ -94,15 +99,15 @@
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.alibaba</groupId>-->
|
|
|
-<!-- <artifactId>druid-spring-boot-starter</artifactId>-->
|
|
|
-<!-- <version>1.2.20</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.alibaba.nacos</groupId>-->
|
|
|
-<!-- <artifactId>nacos-client</artifactId>-->
|
|
|
-<!-- </dependency>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>com.alibaba</groupId>-->
|
|
|
+ <!-- <artifactId>druid-spring-boot-starter</artifactId>-->
|
|
|
+ <!-- <version>1.2.20</version>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>com.alibaba.nacos</groupId>-->
|
|
|
+ <!-- <artifactId>nacos-client</artifactId>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
|
|
|
</dependencies>
|
|
|
|