|
|
|
@ -17,6 +17,7 @@ |
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
|
|
|
<java.version>1.8</java.version> |
|
|
|
|
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> |
|
|
|
|
<mybatis.boot.version>1.3.2</mybatis.boot.version> |
|
|
|
|
<druid.version>1.1.22</druid.version> |
|
|
|
|
<bitwalker.version>1.19</bitwalker.version> |
|
|
|
@ -40,7 +41,7 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-dependencies</artifactId> |
|
|
|
|
<version>2.1.1.RELEASE</version> |
|
|
|
|
<version>2.1.17.RELEASE</version> |
|
|
|
|
<type>pom</type> |
|
|
|
|
<scope>import</scope> |
|
|
|
|
</dependency> |
|
|
|
|