File tree Expand file tree Collapse file tree 4 files changed +5
-20
lines changed
third-part-samples/shardingsphere-sample
shardingsphere-jdbc-5.x-core-sample
shardingsphere-jdbc-5.x-spring-sample Expand file tree Collapse file tree 4 files changed +5
-20
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
+ <snakeyaml .version>2.2</snakeyaml .version>
16
17
</properties >
17
18
18
19
<dependencies >
52
53
<artifactId >spring-boot-starter-test</artifactId >
53
54
<scope >test</scope >
54
55
</dependency >
55
- <dependency >
56
- <groupId >org.yaml</groupId >
57
- <artifactId >snakeyaml</artifactId >
58
- <version >2.2</version >
59
- </dependency >
60
56
</dependencies >
61
57
62
58
</project >
Original file line number Diff line number Diff line change 13
13
14
14
<properties >
15
15
<shardingsphere .version>5.2.1</shardingsphere .version>
16
+ <!-- On ShardingSphere JDBC 5.2.1 we have to use the Java API of SnakeYAML 1.33-->
17
+ <snakeyaml .version>1.33</snakeyaml .version>
16
18
</properties >
17
19
18
20
<dependencies >
52
54
<artifactId >spring-boot-starter-test</artifactId >
53
55
<scope >test</scope >
54
56
</dependency >
55
- <!-- On ShardingSphere JDBC 5.2.1 we have to use the Java API of SnakeYAML 1.33-->
56
- <dependency >
57
- <groupId >org.yaml</groupId >
58
- <artifactId >snakeyaml</artifactId >
59
- <version >1.33</version >
60
- </dependency >
61
57
</dependencies >
62
58
63
59
</project >
You can’t perform that action at this time.
0 commit comments