robert_hly

踩坑填坑记录...

导航

2016年12月11日 #

spring-mvc xml文件的最基本配置

摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文

posted @ 2016-12-11 01:07 robert_hly 阅读(118) 评论(0) 推荐(0) 编辑

No mapping found for HTTP request with URI

摘要: 原因:spring-mvc 的xml配置文件的包名配置错误 <mvc:annotation-driven /> <context:component-scan base-package="放controller的包名" /> 包名没有配置对,所以找不到 阅读全文

posted @ 2016-12-11 01:03 robert_hly 阅读(113) 评论(0) 推荐(0) 编辑

java.lang.NoSuchMethodError: org.springframework.web.context.request.ServletRequestAttributes.<init>

摘要: 今天学习 srping mvc 的配置 在核心版本对的情况下,把项目从Server中移除,然后重新加入即可。来源stack over flow 阅读全文

posted @ 2016-12-11 01:00 robert_hly 阅读(394) 评论(0) 推荐(0) 编辑