正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -17,6 +17,7 @@ | @@ -17,6 +17,7 @@ | ||
| 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 18 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | 18 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 19 | <java.version>1.8</java.version> | 19 | <java.version>1.8</java.version> |
| 20 | + <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> | ||
| 20 | <mybatis.boot.version>1.3.2</mybatis.boot.version> | 21 | <mybatis.boot.version>1.3.2</mybatis.boot.version> |
| 21 | <druid.version>1.1.22</druid.version> | 22 | <druid.version>1.1.22</druid.version> |
| 22 | <bitwalker.version>1.19</bitwalker.version> | 23 | <bitwalker.version>1.19</bitwalker.version> |
| @@ -40,7 +41,7 @@ | @@ -40,7 +41,7 @@ | ||
| 40 | <dependency> | 41 | <dependency> |
| 41 | <groupId>org.springframework.boot</groupId> | 42 | <groupId>org.springframework.boot</groupId> |
| 42 | <artifactId>spring-boot-dependencies</artifactId> | 43 | <artifactId>spring-boot-dependencies</artifactId> |
| 43 | - <version>2.1.1.RELEASE</version> | 44 | + <version>2.1.17.RELEASE</version> |
| 44 | <type>pom</type> | 45 | <type>pom</type> |
| 45 | <scope>import</scope> | 46 | <scope>import</scope> |
| 46 | </dependency> | 47 | </dependency> |
-
请 注册 或 登录 后发表评论