Lawrence
2020-12-16 c1204f66156dd97ff765e7b8d847ca4b591b8413
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);
   }
}