工程结构
springmvc.xml
web.xml
index.jsp
success.jsp
控制台没有报错但也没有打印ssss
浏览器显示主页面
点击超链接没有转到success.jsp
<context:component-scan base-package="org.xp.handle" use-default-filters=”false” >
<context:include-filter type="annotation" expression="org.springframework.stereotype.Controller"></context:include-filter>
</context:component-scan>
你改为单独扫描Controller看看,并在类里面的构造函数打印一句话,看启动时web服务器的日志,有没有装载,有没有什么异常