panlinlin
2021-03-02 2f165d595af3565bd17612ee0f5866ace8ab43f4
src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java
@@ -3,18 +3,11 @@
import java.util.logging.LogManager;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
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);
   }
}