zhanghua
2022-11-03 240a430cd12066a13e35e3da554b3b6afecdf512
ycl-platform/src/main/java/com/ycl/scheduling/SchedulingConfiguration.java
@@ -4,12 +4,10 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.scheduling.annotation.Scheduled;
@Configuration
@EnableScheduling
//@Configuration
//@EnableScheduling
public class SchedulingConfiguration {
   private Logger logger = LoggerFactory.getLogger(getClass());