panlinlin
2021-01-08 0020402685c0997c0a73bc7ac90535e50e8f972a
src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java
@@ -7,14 +7,8 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
//@EnableEurekaClient
//@EnableTransactionManagement
//@EnableFeignClients(basePackages = { "com.genersoft.iot.vmp", "org.integrain" })
//@ServletComponentScan("com.genersoft.iot.vmp")
@EnableAutoConfiguration
public class VManageBootstrap extends LogManager {
   public static void main(String[] args) {
      SpringApplication.run(VManageBootstrap.class, args);
   }
}