Blame view

mx-boot/jeecg-boot-module-demo/src/main/java/org/jeecg/JeecgDemoCloudApplication.java 440 Bytes
1a2d344e   wxy   初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
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);
  //    }
  //}