|
|
|
@ -17,7 +17,7 @@ |
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
|
<version>1.5.4.RELEASE</version> |
|
|
|
|
<version>1.5.7.RELEASE</version> |
|
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
@ -43,12 +43,12 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
|
<artifactId>commons-lang3</artifactId> |
|
|
|
|
<version>3.5</version> |
|
|
|
|
<version>3.6</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.google.guava</groupId> |
|
|
|
|
<artifactId>guava</artifactId> |
|
|
|
|
<version>22.0</version> |
|
|
|
|
<version>23.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!--MySQL JDBC驱动--> |
|
|
|
|
<dependency> |
|
|
|
@ -65,12 +65,12 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.mybatis</groupId> |
|
|
|
|
<artifactId>mybatis</artifactId> |
|
|
|
|
<version>3.4.4</version> |
|
|
|
|
<version>3.4.5</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>tk.mybatis</groupId> |
|
|
|
|
<artifactId>mapper</artifactId> |
|
|
|
|
<version>3.4.0</version> |
|
|
|
|
<version>3.4.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.github.pagehelper</groupId> |
|
|
|
@ -81,13 +81,13 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
|
<artifactId>fastjson</artifactId> |
|
|
|
|
<version>1.2.22</version> |
|
|
|
|
<version>1.2.39</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!--阿里 Druid Spring Boot Starter依赖--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
|
<artifactId>druid-spring-boot-starter</artifactId> |
|
|
|
|
<version>1.1.2</version> |
|
|
|
|
<version>1.1.4</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!--代码生成器依赖--> |
|
|
|
|
<dependency> |
|
|
|
|