From 9a2b1251fc48874b76d3b02dbfc306698325dfeb Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期三, 10 一月 2024 10:53:38 +0800 Subject: [PATCH] 更新 --- src/main/java/com/whyc/Application.java | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/whyc/Application.java b/src/main/java/com/whyc/Application.java index 46d331c..1b3802e 100644 --- a/src/main/java/com/whyc/Application.java +++ b/src/main/java/com/whyc/Application.java @@ -3,14 +3,9 @@ import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.web.servlet.ServletComponentScan; -import org.springframework.cache.annotation.EnableCaching; -import org.springframework.context.annotation.Bean; -import org.springframework.context.annotation.ComponentScan; import org.springframework.web.servlet.config.annotation.EnableWebMvc; -import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter; -import org.springframework.web.servlet.view.InternalResourceViewResolver; /** * @Description : 鍚姩绫� @@ -19,7 +14,6 @@ @SpringBootApplication @EnableWebMvc @ServletComponentScan(basePackages = {"com.whyc.filter","com.whyc.servlet"}) -@EnableCaching public class Application extends WebMvcConfigurerAdapter implements WebMvcConfigurer { public static void main(String[] args) { -- Gitblit v1.9.1