From 32eb942e25aa366563b7f40b05a382c0c462213c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 22 七月 2025 10:29:38 +0800 Subject: [PATCH] 修改切面日志功能 --- se-system/src/main/java/com/terra/system/SeSystemApp.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/se-system/src/main/java/com/terra/system/SeSystemApp.java b/se-system/src/main/java/com/terra/system/SeSystemApp.java index 15740cf..bf98f0f 100644 --- a/se-system/src/main/java/com/terra/system/SeSystemApp.java +++ b/se-system/src/main/java/com/terra/system/SeSystemApp.java @@ -4,7 +4,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.EnableAspectJAutoProxy; import org.springframework.scheduling.annotation.EnableAsync; -import springfox.documentation.swagger2.annotations.EnableSwagger2; /** * 绯荤粺妯″潡 @@ -14,7 +13,6 @@ * @author admin */ @EnableAsync -@EnableSwagger2 @EnableAspectJAutoProxy(exposeProxy = true) @SpringBootApplication(scanBasePackages = {"com.terra.system.*"}) public class SeSystemApp -- Gitblit v1.9.3