|
|
@ -17,7 +17,7 @@ |
|
|
|
<parent> |
|
|
|
<parent> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
<version>1.5.7.RELEASE</version> |
|
|
|
<version>1.5.9.RELEASE</version> |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
@ -81,13 +81,13 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<artifactId>fastjson</artifactId> |
|
|
|
<artifactId>fastjson</artifactId> |
|
|
|
<version>1.2.39</version> |
|
|
|
<version>1.2.44</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<!--阿里 Druid Spring Boot Starter依赖--> |
|
|
|
<!--阿里 Druid Spring Boot Starter依赖--> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<artifactId>druid-spring-boot-starter</artifactId> |
|
|
|
<artifactId>druid-spring-boot-starter</artifactId> |
|
|
|
<version>1.1.4</version> |
|
|
|
<version>1.1.6</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<!--代码生成器依赖--> |
|
|
|
<!--代码生成器依赖--> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|