From a130fc0f62c3e5f90ae54961163ec84969103b93 Mon Sep 17 00:00:00 2001 From: zhangzhiqiang Date: Fri, 30 Dec 2022 15:47:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E7=B1=BB=E4=B8=8D=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0@Tran?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lms/nladmin-system/src/main/java/org/nl/AppRun.java | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/nladmin-system/src/main/java/org/nl/AppRun.java b/lms/nladmin-system/src/main/java/org/nl/AppRun.java index 0e1af39e3..4651b80e5 100644 --- a/lms/nladmin-system/src/main/java/org/nl/AppRun.java +++ b/lms/nladmin-system/src/main/java/org/nl/AppRun.java @@ -32,7 +32,6 @@ import org.springframework.web.bind.annotation.RestController; org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class }) @ServletComponentScan //https://blog.csdn.net/qq_36850813/article/details/101194250 -@EnableTransactionManagement @EnableJpaAuditing(auditorAwareRef = "auditorAware") @EnableMethodCache(basePackages = "org.nl") @EnableCreateCacheAnnotation