File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
chapter1-1/src/test/java/com/didispace/chapter11 Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 39
39
40
40
## 教程目录(2.x版本)
41
41
42
+ - [ Spring Boot 2.x基础教程:版本关系] ( http://blog.didispace.com/spring-cloud-alibaba-version/ )
43
+ - [ Spring Boot 2.x基础教程:快速入门] ( http://blog.didispace.com/spring-boot-learning-21-1-1/ )
44
+
45
+ TODO Star关注支持以下,随时获得更新信息!
46
+
42
47
### 简介与概览
43
48
44
49
- [ Spring Cloud Alibaba与Spring Boot、Spring Cloud之间不得不说的版本关系] ( http://blog.didispace.com/spring-cloud-alibaba-version/ )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public class Chapter11ApplicationTests {
22
22
private MockMvc mvc ;
23
23
24
24
@ Before
25
- public void setUp () throws Exception {
25
+ public void setUp () {
26
26
mvc = MockMvcBuilders .standaloneSetup (new HelloController ()).build ();
27
27
}
28
28
You can’t perform that action at this time.
0 commit comments