Skip to content

Commit 3296eab

Browse files
committed
add readme list
1 parent 454917f commit 3296eab

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

README.md

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
1-
# 必读
1+
# 目录
22

3-
### 一.如果没有VPN的用户,在查阅Readme文章时,需要绑定Host!
3+
### SpringBoot相关实例
4+
- ##### [SpringBoot集成Atomikos框架,实现分布式数据库XA事务;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/springboot-atomikos-xa-sample "SpringBoot集成Atomikos框架,实现分布式数据库XA事务;")
5+
- ##### [SpringBoot集成Seata框架,实现TCC模式柔性事务;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/springboot-seata-tcc-sample "SpringBoot集成Seata框架,实现TCC模式柔性事务;")
6+
- ##### [SpringBoot集成Seata框架,实现AT模式柔性事务;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/springboot-seata-at-sample "SpringBoot集成Seata框架,实现AT模式柔性事务;")
7+
- ##### [SpringBoot集成Sharding-JDBC框架,实现数据库读写分离;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/springboot-shardingsphere-jdbc-sample "SpringBoot集成Sharding-JDBC框架,实现数据库读写分离;")
8+
- ##### [SpringBoot集成Hmily框架,实现TCC模式柔性事务;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/springboot-hmily-tcc-sample "SpringBoot集成Hmily框架,实现TCC模式柔性事务;")
9+
- ##### [SpringBoot集成gRPC框架,实现RPC服务;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/springboot-rpc-grpc-sample "SpringBoot集成gRPC框架,实现RPC服务;")
10+
- ##### [SpringBoot集成Thrift框架,实现RPC服务;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/springboot-rpc-thrift-sample "SpringBoot集成Thrift框架,实现RPC服务;")
411

5-
```shell script
6-
# GitHub Start
7-
140.82.114.4 github.com
8-
140.82.114.4 gist.github.com
9-
185.199.108.153 assets-cdn.github.com
10-
151.101.64.133 raw.githubusercontent.com
11-
151.101.108.133 gist.githubusercontent.com
12-
151.101.108.133 cloud.githubusercontent.com
13-
151.101.108.133 camo.githubusercontent.com
14-
151.101.108.133 avatars0.githubusercontent.com
15-
151.101.108.133 avatars1.githubusercontent.com
16-
151.101.108.133 avatars2.githubusercontent.com
17-
151.101.108.133 avatars3.githubusercontent.com
18-
151.101.108.133 avatars4.githubusercontent.com
19-
151.101.108.133 avatars5.githubusercontent.com
20-
151.101.108.133 avatars6.githubusercontent.com
21-
151.101.108.133 avatars7.githubusercontent.com
22-
151.101.108.133 avatars8.githubusercontent.com
23-
# GitHub End
24-
```
12+
### Dubbo相关实例
13+
- ##### [分布式服务框架Dubbo(基于注解配置的方式)](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-annotation-sample "分布式服务框架Dubbo(基于注解配置的方式)")
14+
- ##### [分布式服务框架Dubbo(基于XML配置的方式)](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-xml-sample "分布式服务框架Dubbo(基于XML配置的方式")
15+
- ##### [分布式服务框架Dubbo(事件通知)](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-notify-sample "分布式服务框架Dubbo(事件通知);")
16+
- ##### [分布式服务框架Dubbo(异步调用)](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-async-sample "分布式服务框架Dubbo(异步调用)")
17+
- ##### [分布式服务框架Dubbo(缓存策略)](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-cache-sample "分布式服务框架Dubbo(缓存策略)")
18+
- ##### [分布式服务框架Dubbo(参数回调)](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-callback-sample "分布式服务框架Dubbo(参数回调)")
19+
- ##### [分布式服务框架Dubbo(基于HTTP传输协议)](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-http-sample "分布式服务框架Dubbo(基于HTTP传输协议)")
20+
- ##### [分布式服务框架Dubbo(本地调用)](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-local-sample "分布式服务框架Dubbo(本地调用)")

springboot-shardingsphere-jdbc-sample/src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ shardingsphere.proxy.datasource.testOnBorrow= true
7575
shardingsphere.proxy.datasource.testOnReturn= false
7676
shardingsphere.proxy.datasource.poolPreparedStatements= false
7777
shardingsphere.proxy.datasource.maxPoolPreparedStatementPerConnectionSize= 20
78+
79+
80+
xx.conf=[{"brandId":1,"brandName":"南阳大师傅","shopList":["南阳大师傅-1号店","南阳大师傅-2号店"]},{"brandId":2,"brandName":"果风了","shopList":["果风了-1号店","果风了-2号店"]}]

0 commit comments

Comments
 (0)