Skip to content

Commit

Permalink
调整jsqlparser支持.
Browse files Browse the repository at this point in the history
  • Loading branch information
nieqiurong committed Oct 21, 2024
1 parent 37251cf commit 4c81c10
Show file tree
Hide file tree
Showing 41 changed files with 10 additions and 391 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ ext {
springBootVersion = '2.7.18',
springBoot3Version = '3.3.3',
springCloudVersion = '3.1.8',
jsqlparserVersion = '5.0',
junitVersion = '5.11.0',
]

lib = [
"kotlin-reflect" : "org.jetbrains.kotlin:kotlin-reflect:2.0.20",
"kotlin-stdlib-jdk8" : "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.20",
"jsqlparser" : "com.github.jsqlparser:jsqlparser:${jsqlparserVersion}",
"mybatis" : "org.mybatis:mybatis:${mybatisVersion}",
"mybatis-spring" : "org.mybatis:mybatis-spring:${mybatisSpringVersion}",
"mybatis-thymeleaf" : "org.mybatis.scripting:mybatis-thymeleaf:1.0.4",
Expand Down
3 changes: 2 additions & 1 deletion mybatis-plus-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencyManagement {
dependency "com.baomidou:mybatis-plus-spring-boot-test-autoconfigure:${APP_VERSION}"
dependency "com.baomidou:mybatis-plus-spring-boot3-starter:${APP_VERSION}"
dependency "com.baomidou:mybatis-plus-spring-boot3-starter-test:${APP_VERSION}"

dependency "com.baomidou:mybatis-plus-jsqlparser:${APP_VERSION}"
dependency "com.baomidou:mybatis-plus-jsqlparser-4.9:${APP_VERSION}"
}
}

This file was deleted.

Loading

0 comments on commit 4c81c10

Please sign in to comment.