|
|
@@ -77,7 +77,6 @@ |
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!--MySQL 连接驱动依赖--> |
|
|
|
<dependency> |
|
|
|
<groupId>mysql</groupId> |
|
|
@@ -85,21 +84,6 @@ |
|
|
|
<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> |
|
|
|
</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> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.mybatis.spring.boot</groupId> |
|
|
@@ -107,15 +91,6 @@ |
|
|
|
<version>2.1.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!--druid数据连接池--> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<artifactId>druid-spring-boot-starter</artifactId> |
|
|
|
<version>1.1.22</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-test</artifactId> |
|
|
@@ -153,31 +128,6 @@ |
|
|
|
<artifactId>jackson-datatype-jsr310</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- 开启redis缓存 --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- redis依赖commons-pool 这个依赖一定要添加 --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<artifactId>commons-pool2</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!--kafka 依赖--> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.kafka</groupId> |
|
|
|
<artifactId>spring-kafka</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|
<artifactId>okhttp</artifactId> |
|
|
|
<version>4.8.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/de.codecentric/spring-boot-admin-starter-client --> |
|
|
|
<dependency> |
|
|
|
<groupId>de.codecentric</groupId> |
|
|
|