Spring MVC
beta_xiyan
这个作者很懒,什么都没留下…
展开
-
Error creating bean with name 'org.springframework.cache.interceptor.CacheInterceptor#0'
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.cache.interceptor.CacheInterceptor#0': Cannot resolve reference to bean 'cacheManager' while...原创 2018-08-31 14:33:33 · 3258 阅读 · 0 评论 -
web 容器,spring容器,spring-mvc容器
说起spring、spring-mvc,大家都会想到 自动注入控制反转IOC这些,要做到这些东西就是在spring的上下文(Context)中进行,我们把这个东西称之为容器。 在java web应用中呢,早先我们不用框架的时候,直接写一个个的 servlet 来响应不同的请求,同时还有listener、filter等内容,都是写在webapp/WEB-INF-web.xml 这个文件中,...原创 2018-08-31 22:35:50 · 639 阅读 · 0 评论