|
@@ -9,87 +9,85 @@
|
|
|
|
|
|
<artifactId>service-system-biz</artifactId>
|
|
|
<dependencies>
|
|
|
- <!-- SpringCloud Alibaba Nacos -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!-- SpringCloud Alibaba Nacos Config -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
- </dependency>
|
|
|
+<!-- <!– SpringCloud Alibaba Nacos –>-->
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.alibaba.cloud</groupId>-->
|
|
|
+<!-- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
-<!-- <!– SpringCloud Alibaba Sentinel –>-->
|
|
|
+<!-- <!– SpringCloud Alibaba Nacos Config –>-->
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>com.alibaba.cloud</groupId>-->
|
|
|
-<!-- <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>-->
|
|
|
+<!-- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>-->
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
- <!-- SpringBoot Actuator -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
- </dependency>
|
|
|
+<!--<!– <!– SpringCloud Alibaba Sentinel –>–>-->
|
|
|
+<!--<!– <dependency>–>-->
|
|
|
+<!--<!– <groupId>com.alibaba.cloud</groupId>–>-->
|
|
|
+<!--<!– <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>–>-->
|
|
|
+<!--<!– </dependency>–>-->
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
- <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.usky</groupId>
|
|
|
- <artifactId>usky-common-core</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.usky</groupId>
|
|
|
- <artifactId>usky-common-spring</artifactId>
|
|
|
- </dependency>
|
|
|
+<!-- <!– SpringBoot Actuator –>-->
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
+<!-- <artifactId>spring-boot-starter-actuator</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.usky</groupId>
|
|
|
- <artifactId>usky-common-mvc</artifactId>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.baomidou</groupId>-->
|
|
|
+<!-- <artifactId>mybatis-plus-boot-starter</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.usky</groupId>-->
|
|
|
+<!-- <artifactId>usky-common-core</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.usky</groupId>-->
|
|
|
+<!-- <artifactId>usky-common-spring</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.hibernate</groupId>
|
|
|
- <artifactId>hibernate-validator</artifactId>
|
|
|
- <version>6.0.18.Final</version>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.usky</groupId>-->
|
|
|
+<!-- <artifactId>usky-common-mvc</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.hibernate</groupId>-->
|
|
|
+<!-- <artifactId>hibernate-validator</artifactId>-->
|
|
|
+<!-- <version>6.0.18.Final</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
- <artifactId>mybatis-plus-generator</artifactId>
|
|
|
- <version>3.3.0</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.velocity</groupId>
|
|
|
- <artifactId>velocity-engine-core</artifactId>
|
|
|
- <version>2.1</version>
|
|
|
- </dependency>
|
|
|
|
|
|
- <!-- mysql 驱动 -->
|
|
|
- <dependency>
|
|
|
- <groupId>mysql</groupId>
|
|
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.baomidou</groupId>-->
|
|
|
+<!-- <artifactId>mybatis-plus-generator</artifactId>-->
|
|
|
+<!-- <version>3.3.0</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.apache.velocity</groupId>-->
|
|
|
+<!-- <artifactId>velocity-engine-core</artifactId>-->
|
|
|
+<!-- <version>2.1</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>druid-spring-boot-starter</artifactId>
|
|
|
- </dependency>
|
|
|
+<!-- <!– mysql 驱动 –>-->
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>mysql</groupId>-->
|
|
|
+<!-- <artifactId>mysql-connector-java</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
- <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.alibaba</groupId>-->
|
|
|
+<!-- <artifactId>druid-spring-boot-starter</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.baomidou</groupId>-->
|
|
|
+<!-- <artifactId>dynamic-datasource-spring-boot-starter</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.usky</groupId>
|
|
|
- <artifactId>service-system-api</artifactId>
|
|
|
- <version>0.0.1</version>
|
|
|
+ <artifactId>common-cloud-starter</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|