Skip to content

Commit c251925

Browse files
committed
scheduled
1 parent 4a4feb4 commit c251925

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

Chapter4-1-1/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
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

Chapter4-1-1/src/test/java/com/didispace/ApplicationTests.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
import org.junit.Test;
44
import 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
1111
public class ApplicationTests {
1212

1313

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,23 @@
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

0 commit comments

Comments
 (0)