From 53e84ae34b0465acb8b66a9be6a118f8136fc792 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Mon, 25 Jan 2021 12:32:41 +0800 Subject: [PATCH] =?UTF-8?q?Cloud=20demo=20=E5=91=BD=E5=90=8D=E8=AE=A9?= =?UTF-8?q?=E4=BA=BA=E8=AF=AF=E8=A7=A3=EF=BC=8C=E6=9B=B4=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/jeecg/JeecgDemoCloudApplication.java | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) 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 e6e08c0..bd01852 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); +// } +//} -- GitLab