升级shardingsphere-jdbc版本到5.5.0,需要手工配置ShardingSphere数据源到spring.datasource.dynamic.datasource中,用法更明确

This commit is contained in:
JEECG
2025-10-14 16:02:15 +08:00
parent 03e6c97d80
commit 30ac3f7c72
15 changed files with 324 additions and 251 deletions

View File

@ -42,6 +42,13 @@
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<!-- 分库分表示例 -->
<!-- <dependency>
<groupId>org.jeecgframework.boot3</groupId>
<artifactId>jeecg-cloud-test-shardingsphere</artifactId>
<version>3.8.3</version>
</dependency>-->
</dependencies>
<build>