斯蒂芬_Go
2015-04-04 10:23
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'noificationService' defined in class path resource [spring-config.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'noificationDao' of bean class [org.androidpn.server.service.impl.NotificationServiceImpl]: Bean property 'noificationDao' is not writable or has an invalid setter method. Did you mean 'notificationDao'?
检查notificationDao是否生成get/set方法 并且在spring-config.xml里配置了此bean
Android-见证消息推送时刻进阶篇
25643 学习 · 35 问题
相似问题