瀏覽代碼

Remove auto cache

wfansh 4 月之前
父節點
當前提交
8131d07b7e

+ 0 - 1
jeecg-module-system/jeecg-system-start/src/main/java/org/jeecg/JeecgSystemApplication.java

@@ -24,7 +24,6 @@ import java.net.UnknownHostException;
 @Slf4j
 @SpringBootApplication
 @ImportAutoConfiguration(JustAuthAutoConfiguration.class)  // spring boot 3.x justauth 兼容性处理
-@EnableCaching // @Cacheable Redis缓存
 //@EnableAutoConfiguration(exclude={MongoAutoConfiguration.class})
 public class JeecgSystemApplication extends SpringBootServletInitializer {