mirror of https://github.com/jeecgboot/jeecg-boot
Cloud demo 命名让人误解,更名
parent
18fc7b146a
commit
d6feeef7b5
|
@ -1,14 +0,0 @@
|
||||||
//package org.jeecg;
|
|
||||||
//
|
|
||||||
//import org.springframework.boot.SpringApplication;
|
|
||||||
//import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
||||||
//import org.springframework.cloud.openfeign.EnableFeignClients;
|
|
||||||
//
|
|
||||||
//@SpringBootApplication
|
|
||||||
//@EnableFeignClients
|
|
||||||
//public class JeecgDemoApplication {
|
|
||||||
//
|
|
||||||
// public static void main(String[] args) {
|
|
||||||
// SpringApplication.run(JeecgDemoApplication.class, args);
|
|
||||||
// }
|
|
||||||
//}
|
|
|
@ -0,0 +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);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue