We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c5adef + 48a0f8b commit 8a78b81Copy full SHA for 8a78b81
console/src/main/java/com/alibaba/nacos/Nacos.java
@@ -25,7 +25,6 @@
25
import org.springframework.context.annotation.ComponentScan;
26
import org.springframework.context.annotation.ComponentScan.Filter;
27
import org.springframework.context.annotation.FilterType;
28
-import org.springframework.scheduling.annotation.EnableScheduling;
29
30
/**
31
* Nacos starter.
@@ -41,7 +40,6 @@
41
40
@Filter(type = FilterType.CUSTOM, classes = {TypeExcludeFilter.class}),
42
@Filter(type = FilterType.CUSTOM, classes = {AutoConfigurationExcludeFilter.class})})
43
@ServletComponentScan
44
-@EnableScheduling
45
public class Nacos {
46
47
public static void main(String[] args) {
0 commit comments