1
zhang
4 天以前 5a6a6c94d0c02732e0be3410d126d652acb8ad10
zy-acs-hex/src/main/java/com/zy/acs/hex/HexApplication.java
@@ -4,7 +4,9 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.scheduling.annotation.EnableScheduling;
@EnableScheduling
@ComponentScan(basePackages = {"com.zy.component", "com.zy.acs"})
@SpringBootApplication
public class HexApplication {