|
@@ -23,7 +23,7 @@ import java.util.*;
|
|
|
@Slf4j
|
|
@Slf4j
|
|
|
@Configuration
|
|
@Configuration
|
|
|
@EnableScheduling
|
|
@EnableScheduling
|
|
|
-@ConditionalOnProperty(name = {"enable.scheduling"}, havingValue = "false")
|
|
|
|
|
|
|
+@ConditionalOnProperty(name = {"enable.scheduling"}, havingValue = "true")
|
|
|
public class RtrAutoTask {
|
|
public class RtrAutoTask {
|
|
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|