Skip to content

Commit d8e3975

Browse files
authored
Bump ShardingSphere JDBC in Example to 5.5.2 (#42)
1 parent 6de357c commit d8e3975

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

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.1 使用示例
22+
- shardingsphere-jdbc-5.x-core-sample 集成 ShardingSphere JDBC Driver 5.5.2 使用示例
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来切换数据源的使用示例

pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,6 @@
9191
</dependencies>
9292
</dependencyManagement>
9393

94-
<repositories>
95-
<repository>
96-
<id>aliyunmaven</id>
97-
<url>https://maven.aliyun.com/repository/public</url>
98-
</repository>
99-
</repositories>
100-
10194
<build>
10295
<plugins>
10396
<plugin>

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

+2-3
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.1</shardingsphere.version>
15+
<shardingsphere.version>5.5.2</shardingsphere.version>
1616
</properties>
1717

1818
<dependencies>
@@ -58,5 +58,4 @@
5858
<version>2.2</version>
5959
</dependency>
6060
</dependencies>
61-
62-
</project>
61+
</project>

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

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ rules:
3434
baomidou_inline:
3535
type: INLINE
3636
props:
37+
# TODO Affected by https://github.com/apache/shardingsphere/issues/27955 .
3738
algorithm-expression: t_order$->{ORDER_ID % 2}
3839
allow-range-query-with-inline-sharding: true
3940
keyGenerators:

0 commit comments

Comments
 (0)