Commit 53e84ae3 by zhangdaiscott

Cloud demo 命名让人误解,更名

parent d6feeef7
package org.jeecg; //package org.jeecg;
//
import org.springframework.boot.SpringApplication; //import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; //import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.openfeign.EnableFeignClients; //import org.springframework.cloud.openfeign.EnableFeignClients;
//
@SpringBootApplication //@SpringBootApplication
@EnableFeignClients //@EnableFeignClients
public class JeecgDemoCloudApplication { //public class JeecgDemoCloudApplication {
//
public static void main(String[] args) { // public static void main(String[] args) {
SpringApplication.run(JeecgDemoCloudApplication.class, args); // SpringApplication.run(JeecgDemoCloudApplication.class, args);
} // }
} //}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment