ERROR ComponentFactory:74 - Error occured when get bean:hibernateDao
出现以上错误提示,请在config任意配置文件中添加:
<bean id="componentFactory" class="com.sgcc.uap.utils.ComponentFactory"></bean>
在配置文件中遇到ComponentFactory获取bean时出错,错误信息为'Error occurred when get bean: hibernateDao'。为解决此问题,需要在任意config配置文件中添加如下代码:<bean id='componentFactory' class='com.sgcc.uap.utils.ComponentFactory'></bean>。这通常涉及到Spring与Hibernate的整合配置,确保正确引入相关依赖并配置数据访问层。
ERROR ComponentFactory:74 - Error occured when get bean:hibernateDao
出现以上错误提示,请在config任意配置文件中添加:
<bean id="componentFactory" class="com.sgcc.uap.utils.ComponentFactory"></bean>
2017
1080
994

被折叠的 条评论
为什么被折叠?