Skip to content

Commit 1aa2489

Browse files
committed
Bump ShardingSphere JDBC in Example to 5.5.1
1 parent 7161e9f commit 1aa2489

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- quartz-sample 多数据源集成quartz示例
2020
- shardingsphere-jdbc-4.x-spring-sample 集成 ShardingSphere JDBC Spring Boot Starter 4.1.1 使用示例, 不再维护,
2121
参考 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 使用示例
2323
- shardingsphere-jdbc-5.x-spring-sample 集成 ShardingSphere JDBC Spring Boot Starter 5.2.1 使用示例, 不再维护,
2424
参考 https://github.com/apache/shardingsphere/issues/22469
2525
- spel-sample 动态从外部参数spel来切换数据源的使用示例

Diff for: third-part-samples/shardingsphere-sample/shardingsphere-jdbc-5.x-core-sample/pom.xml

+1-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>shardingsphere-jdbc-5.x-core-sample</artifactId>
1313

1414
<properties>
15-
<shardingsphere.version>5.5.0</shardingsphere.version>
15+
<shardingsphere.version>5.5.1</shardingsphere.version>
1616
</properties>
1717

1818
<dependencies>
@@ -32,13 +32,6 @@
3232
<groupId>org.apache.shardingsphere</groupId>
3333
<artifactId>shardingsphere-jdbc</artifactId>
3434
<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>
4235
</dependency>
4336
<dependency>
4437
<groupId>org.mybatis.spring.boot</groupId>

Diff for: third-part-samples/shardingsphere-sample/shardingsphere-jdbc-5.x-core-sample/src/main/resources/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rules:
4040
baomidou_snowflake:
4141
type: SNOWFLAKE
4242
- !READWRITE_SPLITTING
43-
dataSources:
43+
dataSourceGroups:
4444
baomidou_readwrite_data_sources:
4545
writeDataSourceName: shardingmaster
4646
readDataSourceNames:

0 commit comments

Comments
 (0)