摘要:
SpringMVC环境的搭建在这里就不多说了,我们这节主要是FreeMarker与SpringMVC整合 首先,在springmvc的配置文件普通视图之前,加入freemarker的视图 fre-servlet.xml 在WEB-INF/ftl目录下有 启动服务, 访问http://localhos 阅读全文
摘要:
pringMVC 视图解析器 前言 在前一篇博客中讲了 SpringMVC 的Controller 控制器 ,在这篇博客中将接着介绍一下 SpringMVC 视图解析器。当我们对SpringMVC控制的资源发起请求时,这些请求都会被SpringMVC的DispatcherServlet处理,接着Sp 阅读全文
摘要:
1.WebApplicationContext的研究 ApplicationContext是spring的核心,Context通常解释为上下文环境,用“容器”来表述更容易理解一些,ApplicationContext则是“应用的容器了”了。 spring把bean放在这个容器中,在需要的时候,用ge 阅读全文