spring
iteye_16770
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring MVC笔记
MVC入门,使用注解。会了以后超简单,但是在helloworld成功之前,总是会遇到这样那样的问题。 首先,web.xml配置一个servlet [code="xml"] Dispatcher org.springframework.web.servlet.DispatcherServlet contextConfigLocation WEB-IN...原创 2012-10-09 11:18:37 · 137 阅读 · 0 评论 -
Spring AOP笔记
首先,web.xml配置一个listener [code="xml"] org.springframework.web.context.ContextLoaderListener [/code] 其实,使用默认的springListener配置文件路径:WEB-INF/applicationContext.xml [code="xml"] ...原创 2012-10-09 11:42:47 · 130 阅读 · 0 评论
分享