From b8d62de41ff7e1e0549061308aa11f68cf881ed9 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 16 七月 2025 17:01:20 +0800 Subject: [PATCH] 修改所有的controller --- se-discover/src/main/java/com/terra/discover/SeDiscoverApp.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/se-discover/src/main/java/com/terra/discover/SeDiscoverApp.java b/se-discover/src/main/java/com/terra/discover/SeDiscoverApp.java index 0ae62e7..e82e6a8 100644 --- a/se-discover/src/main/java/com/terra/discover/SeDiscoverApp.java +++ b/se-discover/src/main/java/com/terra/discover/SeDiscoverApp.java @@ -4,10 +4,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.EnableAspectJAutoProxy; import org.springframework.scheduling.annotation.EnableAsync; -import springfox.documentation.swagger2.annotations.EnableSwagger2; @EnableAsync -@EnableSwagger2 @EnableAspectJAutoProxy(exposeProxy = true) @SpringBootApplication(scanBasePackages = {"com.terra.discover.*"}) public class SeDiscoverApp -- Gitblit v1.9.3