648540858
2020-11-13 222d44bd8552e9ccd5158f601bc8c2b6728ba860
src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java
@@ -7,11 +7,6 @@
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);