doum
3 天以前 3c7399c25c0f35c8aa7cb6af1935e31d1a3f0102
server/visits/admin_timer/src/main/java/com/doumee/TimerApplication.java
@@ -7,7 +7,6 @@
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.context.ApplicationContext;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;
/**
 * 启动类
@@ -16,7 +15,6 @@
 */
@Slf4j
@EnableAsync
@EnableScheduling
@SpringBootApplication
@MapperScan("com.doumee.dao.*")
@EnableDiscoveryClient