We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec5214 commit 409e9c7Copy full SHA for 409e9c7
1 file changed
README.md
@@ -62,6 +62,8 @@
62
63
集成 xxl-job,提供分布式定时任务调度支持
64
65
+ 集成 sharding jdbc,提供分库分表、读写分离支持
66
+
67
...
68
69
## 功能模块
@@ -107,7 +109,7 @@
107
109
common/plugin/actuator # 系统资源监控模块,集成 SpringBoot Admin
108
110
common/plugin/cache # 缓存模块,集成 caffeine、Redis、二级缓存
111
common/plugin/concurrent # 并发模块,集成 DynamicTP 线程池、阿里 Ttl
- common/plugin/datasource # 数据源模块,集成 Druid、多数据源
112
+ common/plugin/datasource # 数据源模块,集成 Druid、多数据源、ShardingJdbc
113
common/plugin/log # 日志模块,集成 API 访问日志
114
common/plugin/mybatis # mybatis 模块,集成 MybatisPlus、PageHelper
115
common/plugin/swagger # swagger 模块,集成 knife4j,动态配置 swagger 的 module
@@ -130,4 +132,3 @@
130
132
参见配套前端项目
131
133
134
[uni-boot-admin-vue](https://github.com/cadecode/uni-boot-admin-vue)
-
0 commit comments