升级部分依赖版本.

This commit is contained in:
nieqiurong 2023-09-13 17:14:41 +08:00
parent 942f2e8cb7
commit e621990584
3 changed files with 4 additions and 5 deletions

View File

@ -30,7 +30,7 @@ ext {
"mybatis" : "org.mybatis:mybatis:${mybatisVersion}",
"mybatis-spring" : "org.mybatis:mybatis-spring:${mybatisSpringVersion}",
"mybatis-spring3" : "org.mybatis:mybatis-spring:${mybatisSpring3Version}",
"mybatis-thymeleaf" : "org.mybatis.scripting:mybatis-thymeleaf:1.0.3",
"mybatis-thymeleaf" : "org.mybatis.scripting:mybatis-thymeleaf:1.0.4",
"mybatis-freemarker" : "org.mybatis.scripting:mybatis-freemarker:1.2.3",
"mybatis-velocity" : "org.mybatis.scripting:mybatis-velocity:2.1.2",
"spring-context-support" : "org.springframework:spring-context-support:${springVersion}",
@ -53,7 +53,7 @@ ext {
"assertj-core" : "org.assertj:assertj-core:3.23.1",
"junit-jupiter" : "org.junit.jupiter:junit-jupiter:${junitVersion}",
"fastjson" : "com.alibaba:fastjson:2.0.11",
"jackson" : "com.fasterxml.jackson.core:jackson-databind:2.13.3",
"jackson" : "com.fasterxml.jackson.core:jackson-databind:2.15.2",
"gson" : "com.google.code.gson:gson:2.9.1",
"lagarto" : "org.jodd:jodd-lagarto:6.0.6",
//datasource
@ -73,7 +73,7 @@ ext {
"mybatis-caffeine" : "org.mybatis.caches:mybatis-caffeine:1.0.0",
//code generator
"velocity" : "org.apache.velocity:velocity-engine-core:2.3",
"freemarker" : "org.freemarker:freemarker:2.3.31",
"freemarker" : "org.freemarker:freemarker:2.3.32",
"beetl" : "com.ibeetl:beetl:3.7.0.RELEASE",
"swagger-annotations" : "io.swagger:swagger-annotations:1.6.2",
"enjoy" : "com.jfinal:enjoy:5.0.0",

View File

@ -6,7 +6,6 @@ dependencies {
api "${lib.mybatis}"
api "${lib.'jsqlparser'}"
// TODO mybatis-plus-boot-starter里面把,spring项目不需要这个.
implementation "${lib."mybatis-spring"}"
testImplementation "${lib.'spring-web'}"

View File

@ -23,7 +23,7 @@ dependencies {
implementation "${lib.'mybatis-freemarker'}"
implementation "${lib.'spring-cloud-commons'}"
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "${lib.'mybatis-spring-boot-starter'}"
testImplementation "org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.2"
testImplementation "${lib.h2}"
}