|
1 | 1 | # 目录 |
2 | 2 |
|
3 | 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服务;") |
11 | | -- ##### [SpringBoot集成Nacos框架-实现配置中心;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/springboot-nacos-sample "SpringBoot集成Nacos框架-实现配置中心;") |
| 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服务;") |
| 11 | +- ##### [SpringBoot集成Nacos框架-实现配置中心;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/springboot-nacos-sample "SpringBoot集成Nacos框架-实现配置中心;") |
12 | 12 |
|
13 | 13 |
|
14 | 14 | ### Dubbo相关实例 |
15 | | -- ##### [分布式服务框架Dubbo-基于注解配置的方式](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-annotation-sample "分布式服务框架Dubbo(基于注解配置的方式)") |
16 | | -- ##### [分布式服务框架Dubbo-基于XML配置的方式](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-xml-sample "分布式服务框架Dubbo(基于XML配置的方式") |
17 | | -- ##### [分布式服务框架Dubbo-事件通知](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-notify-sample "分布式服务框架Dubbo(事件通知);") |
18 | | -- ##### [分布式服务框架Dubbo-异步调用](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-async-sample "分布式服务框架Dubbo(异步调用)") |
19 | | -- ##### [分布式服务框架Dubbo-缓存策略](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-cache-sample "分布式服务框架Dubbo(缓存策略)") |
20 | | -- ##### [分布式服务框架Dubbo-参数回调](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-callback-sample "分布式服务框架Dubbo(参数回调)") |
21 | | -- ##### [分布式服务框架Dubbo-基于HTTP传输协议](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-http-sample "分布式服务框架Dubbo(基于HTTP传输协议)") |
22 | | -- ##### [分布式服务框架Dubbo-本地调用](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-local-sample "分布式服务框架Dubbo(本地调用)") |
23 | | -- ##### [分布式服务框架Dubbo-隐式参数](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-attachment-sample "分布式服务框架Dubbo(隐式参数)") |
24 | | -- ##### [分布式服务框架Dubbo-Mock功能](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-mock-sample "分布式服务框架Dubbo(mock功能)") |
25 | | -- ##### [分布式服务框架Dubbo-SPI机制](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-spi-sample "分布式服务框架Dubbo(SPI机制)") |
26 | | -- ##### [分布式服务框架Dubbo集成Nacos框架-实现注册中心](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-nacos-sample "分布式服务框架Dubbo集成Nacos框架-实现注册中心") |
| 15 | +- ##### [分布式服务框架Dubbo-基于注解配置的方式;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-annotation-sample "分布式服务框架Dubbo(基于注解配置的方式)") |
| 16 | +- ##### [分布式服务框架Dubbo-基于XML配置的方式;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-xml-sample "分布式服务框架Dubbo(基于XML配置的方式") |
| 17 | +- ##### [分布式服务框架Dubbo-事件通知;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-notify-sample "分布式服务框架Dubbo(事件通知);") |
| 18 | +- ##### [分布式服务框架Dubbo-异步调用;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-async-sample "分布式服务框架Dubbo(异步调用)") |
| 19 | +- ##### [分布式服务框架Dubbo-缓存策略;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-cache-sample "分布式服务框架Dubbo(缓存策略)") |
| 20 | +- ##### [分布式服务框架Dubbo-参数回调;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-callback-sample "分布式服务框架Dubbo(参数回调)") |
| 21 | +- ##### [分布式服务框架Dubbo-基于HTTP传输协议;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-http-sample "分布式服务框架Dubbo(基于HTTP传输协议)") |
| 22 | +- ##### [分布式服务框架Dubbo-本地调用;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-local-sample "分布式服务框架Dubbo(本地调用)") |
| 23 | +- ##### [分布式服务框架Dubbo-隐式参数;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-attachment-sample "分布式服务框架Dubbo(隐式参数)") |
| 24 | +- ##### [分布式服务框架Dubbo-Mock功能;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-mock-sample "分布式服务框架Dubbo(mock功能)") |
| 25 | +- ##### [分布式服务框架Dubbo-SPI机制;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-spi-sample "分布式服务框架Dubbo(SPI机制)") |
| 26 | +- ##### [分布式服务框架Dubbo集成Nacos框架-实现注册中心;](https://github.com/ipipman/JavaSpringBootSamples/tree/master/dubbo-nacos-sample "分布式服务框架Dubbo集成Nacos框架-实现注册中心") |
0 commit comments