@@ -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',
]
@@ -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))