|
@@ -16,29 +16,10 @@
|
|
</description>
|
|
</description>
|
|
|
|
|
|
<dependencies>
|
|
<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 Sentinel -->
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>com.alibaba.cloud</groupId>-->
|
|
|
|
-<!-- <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-
|
|
|
|
- <!-- SpringBoot Actuator -->
|
|
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
|
|
+ <groupId>com.usky</groupId>
|
|
|
|
+ <artifactId>common-cloud-starter</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<!-- Swagger UI -->
|
|
<!-- Swagger UI -->
|
|
@@ -59,30 +40,27 @@
|
|
</exclusion>
|
|
</exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
- <!-- Mysql Connector -->
|
|
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>mysql</groupId>
|
|
|
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
|
+ <groupId>javax.xml.bind</groupId>
|
|
|
|
+ <artifactId>jaxb-api</artifactId>
|
|
|
|
+ <version>2.3.1</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <!-- RuoYi Common Log -->
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.usky</groupId>
|
|
|
|
- <artifactId>ruoyi-common-log</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+
|
|
|
|
|
|
- <!-- RuoYi Common Swagger -->
|
|
|
|
|
|
+<!-- <!– RuoYi Common Log –>-->
|
|
|
|
+<!-- <dependency>-->
|
|
|
|
+<!-- <groupId>com.usky</groupId>-->
|
|
|
|
+<!-- <artifactId>ruoyi-common-log</artifactId>-->
|
|
|
|
+<!-- </dependency>-->
|
|
|
|
+
|
|
|
|
+<!-- <!– RuoYi Common Swagger –>-->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.usky</groupId>
|
|
<groupId>com.usky</groupId>
|
|
<artifactId>ruoyi-common-swagger</artifactId>
|
|
<artifactId>ruoyi-common-swagger</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.usky</groupId>
|
|
|
|
- <artifactId>ruoyi-common-core</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|
|
@@ -91,6 +69,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
+ <version>2.2.6.RELEASE</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<goals>
|
|
<goals>
|