Skip to content

Commit 8a78b81

Browse files
authored
Merge branch 'alibaba:develop' into develop
2 parents 2c5adef + 48a0f8b commit 8a78b81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

console/src/main/java/com/alibaba/nacos/Nacos.java

-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import org.springframework.context.annotation.ComponentScan;
2626
import org.springframework.context.annotation.ComponentScan.Filter;
2727
import org.springframework.context.annotation.FilterType;
28-
import org.springframework.scheduling.annotation.EnableScheduling;
2928

3029
/**
3130
* Nacos starter.
@@ -41,7 +40,6 @@
4140
@Filter(type = FilterType.CUSTOM, classes = {TypeExcludeFilter.class}),
4241
@Filter(type = FilterType.CUSTOM, classes = {AutoConfigurationExcludeFilter.class})})
4342
@ServletComponentScan
44-
@EnableScheduling
4543
public class Nacos {
4644

4745
public static void main(String[] args) {

0 commit comments

Comments
 (0)