摘要: SpringMVC中,需要配置web.xml和applicationContext.xml。前者是负责配置项目初始化的配置,如servlet、welcome页面等,是JavaEE的规范。后者是初始化Spring Context的配置,主要是Bean的配置。 applicationContext.xm 阅读全文
posted @ 2019-05-28 22:11 webglcn 阅读(120) 评论(0) 推荐(0) 编辑