springmvc.xml报错:
Start state is missing. Add at least one state to the flow.
原因:
sts 认为 XML 是“Spring Web Definition File”
解决方法:
在报错项目上右键,选择properties。
选择Spring--->Web Flow Support , 移除springmvc.xml 。
本文详细解析了在使用Spring MVC框架时遇到的springmvc.xml配置文件错误:Start state is missing. Add at least one state to the flow. 介绍了错误产生的原因及如何通过修改项目属性中的Spring WebFlowSupport设置来解决问题。
springmvc.xml报错:
Start state is missing. Add at least one state to the flow.
原因:
sts 认为 XML 是“Spring Web Definition File”
解决方法:
在报错项目上右键,选择properties。
选择Spring--->Web Flow Support , 移除springmvc.xml 。

被折叠的 条评论
为什么被折叠?