喜你人多的gravatar头像
喜你人多 2017-12-07 08:49:49

Spring MVC配置多视图解析器为什么抛出异常?

抛的异常:

Invalid property 'favorParameter' of bean class [org.springframework.web.servlet.view.ContentNegotiatingViewResolver]: Bean property 'favorParameter' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?

所有回答列表(1)
BestClever的gravatar头像
BestClever  LV32 2017年12月7日

没有按照要求写注解吧

因为Spring要求注入的成员变量要按照sun的命名规范,所以,注入 变量名必须首字母小写 StationServiceImpl 中要这样定义 stationDAO private StationDAOImpl stationDAO; 注意,其中 stationDAO必须首字母小写,否则会提示不可写或者没有setter方法
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友