File tree 3 files changed +3
-11
lines changed
third-part-samples/shardingsphere-sample/shardingsphere-jdbc-5.x-core-sample
3 files changed +3
-11
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.1 使用示例
22
+ - shardingsphere-jdbc-5.x-core-sample 集成 ShardingSphere JDBC Driver 5.5.2 使用示例
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 91
91
</dependencies >
92
92
</dependencyManagement >
93
93
94
- <repositories >
95
- <repository >
96
- <id >aliyunmaven</id >
97
- <url >https://maven.aliyun.com/repository/public</url >
98
- </repository >
99
- </repositories >
100
-
101
94
<build >
102
95
<plugins >
103
96
<plugin >
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.1 </shardingsphere .version>
15
+ <shardingsphere .version>5.5.2 </shardingsphere .version>
16
16
</properties >
17
17
18
18
<dependencies >
58
58
<version >2.2</version >
59
59
</dependency >
60
60
</dependencies >
61
-
62
- </project >
61
+ </project >
You can’t perform that action at this time.
0 commit comments