摘要: 当使用springmvc时前台所有的样式全部都消失不见了,查了很多资料,简单的说就是我在配置web.xml中的过滤器时将<url-pattern></url-pattern>中的拦截规则设置为了这样: 这样的设置就以为着除了.jsp页面能够访问到之外 其他的所有的访问全部被拦截 我的解决方案就是在s 阅读全文
posted @ 2018-05-07 22:46 张Nice 阅读(534) 评论(1) 推荐(0)
摘要: 报错: Unexpected exception parsing XML document from class path resource [applicationContext.xml]; nested exception is java.lang.NoClassDefFoundError: o 阅读全文
posted @ 2018-04-27 11:05 张Nice 阅读(189) 评论(0) 推荐(0)