Browse Source

升级springboot.version

miemie 6 years ago
parent
commit
c9b7371723
2 changed files with 1 additions and 3 deletions
  1. 1 0
      build.gradle
  2. 0 3
      mybatis-plus-boot-starter/build.gradle

+ 1 - 0
build.gradle

@@ -22,6 +22,7 @@ ext {
         mybatisSpringVersion = '2.0.1',
         mybatisVersion = '3.5.1',
         springVersion = '5.1.6.RELEASE',
+        springBootVersion = '2.1.4.RELEASE',
         jsqlparserVersion = '1.2',
         junitVersion = '5.4.0',
     ]

+ 0 - 3
mybatis-plus-boot-starter/build.gradle

@@ -1,6 +1,3 @@
-ext{
-    springBootVersion = "2.1.2.RELEASE"
-}
 dependencies {
     api project(":mybatis-plus")
     implementation(enforcedPlatform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}" as String))