From c29bbfcf01da6b63f2e3a1091d4d1d3b8b58eb2f Mon Sep 17 00:00:00 2001 From: zhang chengzhi <3144712872@qq.com> Date: Sun, 28 Jul 2024 14:32:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/muyu/system/CloudSystemApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/muyu/system/CloudSystemApplication.java b/src/main/java/com/muyu/system/CloudSystemApplication.java index b01e5db..6bd6d6b 100644 --- a/src/main/java/com/muyu/system/CloudSystemApplication.java +++ b/src/main/java/com/muyu/system/CloudSystemApplication.java @@ -11,7 +11,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; * @author muyu */ @EnableCustomConfig -//@EnableCustomSwagger2 +////@EnableCustomSwagger2 @EnableMyFeignClients @SpringBootApplication public class CloudSystemApplication {