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