|
|
@@ -26,7 +26,6 @@ |
|
|
|
</parent> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-devtools</artifactId> |
|
|
@@ -46,20 +45,6 @@ |
|
|
|
<artifactId>common</artifactId> |
|
|
|
<version>1.1.19</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- amqp 1.0 qpid client --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.qpid</groupId> |
|
|
|
<artifactId>qpid-jms-client</artifactId> |
|
|
|
<version>0.47.0</version> |
|
|
|
</dependency> |
|
|
|
<!-- util for base64--> |
|
|
|
<dependency> |
|
|
|
<groupId>commons-codec</groupId> |
|
|
|
<artifactId>commons-codec</artifactId> |
|
|
|
<version>1.10</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- springcloud alibaba依赖包--> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
@@ -71,58 +56,25 @@ |
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- springcloud 依赖包--> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!--MySQL 连接驱动依赖--> |
|
|
|
<dependency> |
|
|
|
<groupId>mysql</groupId> |
|
|
|
<artifactId>mysql-connector-java</artifactId> |
|
|
|
<scope>runtime</scope> |
|
|
|
</dependency> |
|
|
|
<!--mybatis-plus数据持久层--> |
|
|
|
<!-- https://mvnrepository.com/artifact/com.baomidou/mybatis-plus --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
<artifactId>mybatis-plus</artifactId> |
|
|
|
<version>3.3.1</version> |
|
|
|
<groupId>com.alibaba.boot</groupId> |
|
|
|
<artifactId>nacos-config-spring-boot-starter</artifactId> |
|
|
|
<version>0.2.7</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-autoconfigure --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.mybatis.spring.boot</groupId> |
|
|
|
<artifactId>mybatis-spring-boot-autoconfigure</artifactId> |
|
|
|
<version>2.1.2</version> |
|
|
|
<groupId>com.alibaba.nacos</groupId> |
|
|
|
<artifactId>nacos-client</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.mybatis.spring.boot</groupId> |
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId> |
|
|
|
<version>2.1.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!--druid数据连接池--> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<artifactId>druid-spring-boot-starter</artifactId> |
|
|
|
<version>1.1.22</version> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-webflux</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-test</artifactId> |
|
|
|
<scope>test</scope> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.junit.vintage</groupId> |
|
|
|
<artifactId>junit-vintage-engine</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
@@ -138,29 +90,45 @@ |
|
|
|
<version>3.10</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- AOP--> |
|
|
|
|
|
|
|
<!-- 开启redis缓存 --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-aop</artifactId> |
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- LocalDateTime 序列化--> |
|
|
|
<!-- redis依赖commons-pool 这个依赖一定要添加 --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.datatype</groupId> |
|
|
|
<artifactId>jackson-datatype-jsr310</artifactId> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<artifactId>commons-pool2</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/de.codecentric/spring-boot-admin-starter-client --> |
|
|
|
<dependency> |
|
|
|
<groupId>de.codecentric</groupId> |
|
|
|
<artifactId>spring-boot-admin-starter-client</artifactId> |
|
|
|
<version>2.2.4</version> |
|
|
|
<groupId>io.springfox</groupId> |
|
|
|
<artifactId>springfox-swagger2</artifactId> |
|
|
|
<version>2.9.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.springfox</groupId> |
|
|
|
<artifactId>springfox-swagger-ui</artifactId> |
|
|
|
<version>2.9.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- amqp 1.0 qpid client --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.qpid</groupId> |
|
|
|
<artifactId>qpid-jms-client</artifactId> |
|
|
|
<version>0.47.0</version> |
|
|
|
</dependency> |
|
|
|
<!-- util for base64--> |
|
|
|
<dependency> |
|
|
|
<groupId>commons-codec</groupId> |
|
|
|
<artifactId>commons-codec</artifactId> |
|
|
|
<version>1.10</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
<dependencyManagement> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
@@ -201,6 +169,4 @@ |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
|
|
</project> |