ssh项目出现Bean property 'xxx' is not writable or has an invalid setter method解决方案!

出现此问题的原因是在spring-actions.xml中配置有问题,里面的bean的属性名称用 与你 注入的类名称不一致 spring-actions.xml ManageAction(等同于mvc中的serviceImpl) 注入的dao必须同名,红色框框圈的!
相关文章
相关标签/搜索