1
zhang
2 天以前 6e7005a9c8f0e9c21f2d3a4d77a779381e859ac3
zy-acs-manager/src/main/java/com/zy/acs/manager/ManagerBoot.java
@@ -5,14 +5,12 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.scheduling.annotation.EnableScheduling;
@MapperScan("com.zy.**.mapper")
@EnableDiscoveryClient
@SpringBootApplication
@SpringBootApplication(scanBasePackages = {"com.zy.acs.manager", "com.zy.acs.charge"})
@EnableScheduling
@EnableFeignClients(basePackages = "com.zy.acs.rpc")
public class ManagerBoot {
    public static void main(String[] args) {