Error creating bean with name 'shop01' defined in class path resource [applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'map' of bean class [cn.pjxy.maven.iocdi.beans.Shoper]: Bean property 'map' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
cn.pjxy.maven.iocdi.beans.Shoper类中的map属性没有提供set/get方法。