diff --git a/jeecg-boot/jeecg-boot-module-demo/src/main/java/org/jeecg/JeecgDemoCloudApplication.java b/jeecg-boot/jeecg-boot-module-demo/src/main/java/org/jeecg/JeecgDemoCloudApplication.java index e6e08c07d6b32101856f4d8434ce0445a73c6c5a..bd018520bc1fd9fdd6728211648f7afbe08ef1e0 100644 --- a/jeecg-boot/jeecg-boot-module-demo/src/main/java/org/jeecg/JeecgDemoCloudApplication.java +++ b/jeecg-boot/jeecg-boot-module-demo/src/main/java/org/jeecg/JeecgDemoCloudApplication.java @@ -1,14 +1,14 @@ -package org.jeecg; - -import org.springframework.boot.SpringApplication; -import org.springframework.boot.autoconfigure.SpringBootApplication; -import org.springframework.cloud.openfeign.EnableFeignClients; - -@SpringBootApplication -@EnableFeignClients -public class JeecgDemoCloudApplication { - - public static void main(String[] args) { - SpringApplication.run(JeecgDemoCloudApplication.class, args); - } -} +//package org.jeecg; +// +//import org.springframework.boot.SpringApplication; +//import org.springframework.boot.autoconfigure.SpringBootApplication; +//import org.springframework.cloud.openfeign.EnableFeignClients; +// +//@SpringBootApplication +//@EnableFeignClients +//public class JeecgDemoCloudApplication { +// +// public static void main(String[] args) { +// SpringApplication.run(JeecgDemoCloudApplication.class, args); +// } +//}