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