We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29532b5 commit 0fb67f9Copy full SHA for 0fb67f9
Chapter4-1-2/pom.xml
@@ -32,6 +32,7 @@
32
<dependency>
33
<groupId>org.springframework.boot</groupId>
34
<artifactId>spring-boot-starter-test</artifactId>
35
+ <version>1.3.3.RELEASE</version>
36
<scope>test</scope>
37
</dependency>
38
Chapter4-1-2/src/main/java/com/didispace/Application.java
@@ -3,7 +3,6 @@
3
import org.springframework.boot.SpringApplication;
4
import org.springframework.boot.autoconfigure.SpringBootApplication;
5
import org.springframework.scheduling.annotation.EnableAsync;
6
-import org.springframework.scheduling.annotation.EnableScheduling;
7
8
@SpringBootApplication
9
@EnableAsync
0 commit comments