在搭建环境的时候总是喜欢自己手写配置文件,到最后测试的时候发现问题大多源于单词拼写错误.
1.测试的时候出现这样的异常:There is no Action mapped for action name dep_list. - [unknown location]
检查了各种xml文件,最后问题,出在这里和这里
2.测试的时候还遇到了applicationContext.xml文件编译错误
这个<bean>标签里面配置的是获取id为depAction的类,把depservice对象引入depAction中.,后来一检查depAction类,发现是set方法没写对.