ssh学生购书系统
Error creating bean with name 'AdminShowUser' defined in ServletContext resource [/WEB-INF/classes/applicationContext.xml]: Error setting property values; nested exception is
org.springframework.beans.NotWritablePropertyException: Invalid property 'adminService' of bean class [cn.cslg.action.AdminShowUser]: Bean property 'adminService' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
我在做学生购书系统,发布后出现这个错 求解
ssh
------解决方案--------------------你确认下你的application.xml中的bean配置的是否正确,每个类对应的所在类的包名是否是正确的。
------解决方案--------------------你的AdminServiceImpl.java有没有adminDao的setter方法。肯定没有或是名字不是
setAdminDao
------解决方案--------------------4楼方法可以一试。