|
|
@@ -36,10 +36,6 @@ |
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
<artifactId>mybatis-plus-extension</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-freemarker</artifactId> |
|
|
|
</dependency> |
|
|
|
<!--spring boot 集成redis所需common-pool2--> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
@@ -74,8 +70,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-devtools</artifactId> |
|
|
|
<optional>true</optional> |
|
|
|
<scope>true</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
@@ -128,12 +123,6 @@ |
|
|
|
<groupId>mysql</groupId> |
|
|
|
<artifactId>mysql-connector-java</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.swagger</groupId> |
|
|
|
<artifactId>swagger-models</artifactId> |
|
|
|
<version>1.6.5</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!--配置文件加密--> |
|
|
|
<dependency> |
|
|
|
<groupId>com.github.ulisesbocchio</groupId> |
|
|
@@ -152,6 +141,10 @@ |
|
|
|
<groupId>org.springframework.session</groupId> |
|
|
|
<artifactId>spring-session-data-redis</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.ningdatech</groupId> |
|
|
|
<artifactId>nd-swagger2-starter</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
<!-- 打包 --> |
|
|
|
<!--配置环境的profile--> |
|
|
|