applicationContext.xml文件配置

弓背霞明剑照霜,秋风走马出咸阳。这篇文章主要讲述applicationContext.xml文件配置相关的知识,希望能为你提供帮助。
applicationContext.xmlorg.springframework.beans.NotWritablePropertyException

applicationContext.xml文件配置

文章图片

【applicationContext.xml文件配置】配置property属性时,一定要注意name的值跟类中的属性值是一样的,不然就会出错,今天一不小心写mappingDirectoryLocations的时候少了个s,然后一直报错,
applicationContext.xml文件配置

文章图片

真是一失足成千古恨,建议以后直接从类中复制属性名称过来,这样就万无一失了。

    推荐阅读