瀏覽代碼

Merge branch 'start' of wangfan/adweb3-server into master

wangfan 5 月之前
父節點
當前提交
ea50241799

+ 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 {