File tree 2 files changed +8
-6
lines changed
Chapter3-2-7/src/test/java/com/didispace
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 10
10
import org .springframework .boot .test .SpringApplicationConfiguration ;
11
11
import org .springframework .test .annotation .Rollback ;
12
12
import org .springframework .test .context .junit4 .SpringJUnit4ClassRunner ;
13
- import org .springframework .transaction .annotation .Transactional ;
14
13
15
14
16
15
@ RunWith (SpringJUnit4ClassRunner .class )
@@ -29,4 +28,4 @@ public void findByName() throws Exception {
29
28
Assert .assertEquals (20 , u .getAge ().intValue ());
30
29
}
31
30
32
- }
31
+ }
Original file line number Diff line number Diff line change 76
76
- chapter5-1-1:[ JMS(未完成)]
77
77
- chapter5-2-1:[ AMQP(未完成)]
78
78
79
+ ### Dubbo进行服务治理
80
+
81
+ - chapter9-2-1:[ Spring Boot中使用Dubbo进行服务治理]
82
+ - chapter9-2-2:[ Spring Boot与Dubbo中管理服务依赖]
83
+
79
84
### Spring Cloud构建微服务架构
80
85
86
+ 由于Spring Cloud偏宏观架构,Spring Boot偏微观细节,内容上越来越多,为了两部分内容不互相干扰,所以迁移Spring Cloud内容到:[ SpringCloud-Learning项目] ( http://git.oschina.net/didispace/SpringCloud-Learning ) ,该项目将不再更新Spring Cloud内容,关注Spring Cloud内容的请移步至[ SpringCloud-Learning项目] ( http://git.oschina.net/didispace/SpringCloud-Learning )
87
+
81
88
- chapter9-1-1:[ Spring Cloud构建微服务架构(一)服务注册与发现] ( http://blog.didispace.com/springcloud1/ )
82
89
- chapter9-1-2:[ Spring Cloud构建微服务架构(二)服务消费者] ( http://blog.didispace.com/springcloud2/ )
83
90
- chapter9-1-3:[ Spring Cloud构建微服务架构(三)断路器] ( http://blog.didispace.com/springcloud3/ )
84
91
- chapter9-1-4:[ Spring Cloud构建微服务架构(四)分布式配置中心] ( http://blog.didispace.com/springcloud4/ )
85
92
- chapter9-1-5:[ Spring Cloud构建微服务架构(五)服务网关] ( http://blog.didispace.com/springcloud5/ )
86
93
- chapter9-1-6:[ Spring Cloud构建微服务架构(六)集群监控]
87
94
88
- ### Dubbo进行服务治理
89
-
90
- - chapter9-2-1:[ Spring Boot中使用Dubbo进行服务治理]
91
- - chapter9-2-2:[ Spring Boot与Dubbo中管理服务依赖]
92
95
93
96
## 教程整理地址(时间不足,暂缓更新)
94
97
You can’t perform that action at this time.
0 commit comments