Skip to content

Commit

Permalink
Merge pull request #6680 from KouShenhai/3.0
Browse files Browse the repository at this point in the history
feat: 增加jsqlparser 缓存 Fury 序列化 Caffeine 缓存实现
  • Loading branch information
miemieYaho authored Jan 23, 2025
2 parents 658dfcb + 7ff6e88 commit 9ecf2f8
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies {
api project(":mybatis-plus-jsqlparser-support:mybatis-plus-jsqlparser-common")
implementation "${lib."slf4j-api"}"
implementation "de.ruedigermoeller:fst:3.0.3"
implementation "org.apache.fury:fury-core:0.9.0"
implementation "com.github.ben-manes.caffeine:caffeine:2.9.3"
testImplementation "io.github.classgraph:classgraph:4.8.177"
testImplementation "${lib."spring-context-support"}"
Expand Down
Loading

0 comments on commit 9ecf2f8

Please sign in to comment.