File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed
src/test/java/com/didispace Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.springframework.boot</groupId >
1616 <artifactId >spring-boot-starter-parent</artifactId >
17- <version >1.3.2.RELEASE</version >
17+ <version >1.5.9.RELEASE</version >
18+ <!-- <version>1.3.2.RELEASE</version>-->
1819 <relativePath /> <!-- lookup parent from repository -->
1920 </parent >
2021
Original file line number Diff line number Diff line change 22
33import org .junit .Test ;
44import org .junit .runner .RunWith ;
5- import org .springframework .boot .test .SpringApplicationConfiguration ;
6- import org .springframework .test .context .junit4 .SpringJUnit4ClassRunner ;
5+ import org .springframework .boot .test .context . SpringBootTest ;
6+ import org .springframework .test .context .junit4 .SpringRunner ;
77
88
9- @ RunWith (SpringJUnit4ClassRunner .class )
10- @ SpringApplicationConfiguration ( classes = Application . class )
9+ @ RunWith (SpringRunner .class )
10+ @ SpringBootTest
1111public class ApplicationTests {
1212
1313
Original file line number Diff line number Diff line change 2323 <module >Chapter3-2-4</module >
2424 <module >Chapter3-2-5</module >
2525 <module >Chapter3-2-6</module >
26+ <module >Chapter3-2-7</module >
27+ <module >Chapter3-2-8</module >
28+ <module >Chapter3-3-1</module >
29+ <module >Chapter4-1-1</module >
30+ <module >Chapter4-1-2</module >
31+ <!-- <module>Chapter4-2-1</module>-->
32+ <module >Chapter4-2-2</module >
33+ <module >Chapter4-2-3</module >
34+ <module >Chapter4-2-4</module >
35+ <module >Chapter4-2-5</module >
36+ <module >Chapter4-2-6</module >
37+ <module >Chapter4-3-1</module >
38+ <!-- <module>Chapter4-3-2</module>-->
39+ <module >Chapter4-4-1</module >
40+ <module >Chapter4-4-2</module >
41+ <module >Chapter4-5-1</module >
42+
2643 </modules >
2744
2845
You can’t perform that action at this time.
0 commit comments