File tree 3 files changed +3
-10
lines changed
third-part-samples/shardingsphere-sample/shardingsphere-jdbc-5.x-core-sample
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 19
19
- quartz-sample 多数据源集成quartz示例
20
20
- shardingsphere-jdbc-4.x-spring-sample 集成 ShardingSphere JDBC Spring Boot Starter 4.1.1 使用示例, 不再维护,
21
21
参考 https://github.com/apache/shardingsphere/releases/tag/5.0.0-alpha
22
- - shardingsphere-jdbc-5.x-core-sample 集成 ShardingSphere JDBC Driver 5.5.0 使用示例
22
+ - shardingsphere-jdbc-5.x-core-sample 集成 ShardingSphere JDBC Driver 5.5.1 使用示例
23
23
- shardingsphere-jdbc-5.x-spring-sample 集成 ShardingSphere JDBC Spring Boot Starter 5.2.1 使用示例, 不再维护,
24
24
参考 https://github.com/apache/shardingsphere/issues/22469
25
25
- spel-sample 动态从外部参数spel来切换数据源的使用示例
Original file line number Diff line number Diff line change 12
12
<artifactId >shardingsphere-jdbc-5.x-core-sample</artifactId >
13
13
14
14
<properties >
15
- <shardingsphere .version>5.5.0 </shardingsphere .version>
15
+ <shardingsphere .version>5.5.1 </shardingsphere .version>
16
16
</properties >
17
17
18
18
<dependencies >
32
32
<groupId >org.apache.shardingsphere</groupId >
33
33
<artifactId >shardingsphere-jdbc</artifactId >
34
34
<version >${shardingsphere.version} </version >
35
- <exclusions >
36
- <!-- Affected by https://github.com/apache/shardingsphere/issues/31128-->
37
- <exclusion >
38
- <groupId >org.apache.shardingsphere</groupId >
39
- <artifactId >shardingsphere-test-util</artifactId >
40
- </exclusion >
41
- </exclusions >
42
35
</dependency >
43
36
<dependency >
44
37
<groupId >org.mybatis.spring.boot</groupId >
Original file line number Diff line number Diff line change 40
40
baomidou_snowflake :
41
41
type : SNOWFLAKE
42
42
- !READWRITE_SPLITTING
43
- dataSources :
43
+ dataSourceGroups :
44
44
baomidou_readwrite_data_sources :
45
45
writeDataSourceName : shardingmaster
46
46
readDataSourceNames :
You can’t perform that action at this time.
0 commit comments