wl
2022-10-31 e5040e1387fe195aadf4c98d34ea9f807cfae36c
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());