whyclxw
2024-07-01 db23586fd744582cd8ee237c34ff29d9277009ee
src/main/java/com/whyc/App.java
@@ -16,7 +16,7 @@
@EnableWebMvc
@ServletComponentScan(basePackages = {"com.whyc.filter","com.whyc.servlet","com.whyc.listener"})
@EnableCaching
public class App extends WebMvcConfigurerAdapter  implements WebMvcConfigurer {
public class App  {
    public static void main(String[] args) {
        SpringApplication.run(App.class, args);