Error creating context 'spring.root': Can't change the value of the read-only property or field 'kpiVersionService'.

<object id="versionController" type="PCITC.MES.KPI.Areas.Target.Controllers.VersionController,PCITC.MES.KPI" singleton="false">
<property name ="baseService" ref ="baseService" />
</object>

出现这个错误的原因是配置文件里没有设置 singleton="false" 的属性。

不适用单例模式产生实例。

原文地址:https://www.cnblogs.com/xiaoyueryeah/p/7234004.html