SpringMVC之配置(注解版)

//web容器启动的时候创建对象,调用方法来初始化容器以及前端控制器 public class MyWebAppInitializer extends AbstractAnnotationConfigDispatcherServletInitializer { //获取根容器的配置类(Spring的配置文件) 父容器 @Override protected Class<?>[] getRo
相关文章
相关标签/搜索