java 发表于 2017-3-8 11:14:10

Mapped Statements collection does not contain value for

本帖最后由 java 于 2017-3-8 11:15 编辑

原因:ApplicationContext-dao.xml中
    <bean id="AccountLoggedInUserDao" class="com.kingsoft..mail.account.core.dao.impl.AccountLoggedInUserDaoImpl">
      <property name="sqlSessionFactory" ref="sqlSessionFactoryAccount"/>
    </bean>
ref原来指向的是sqlSessionFactory不是sqlSessionFactoryAccount
而在ApplicationContext-context.xml文件配置中只对sqlSessionFactoryAccount配置了
在custom/*.xml下查找配置文件,而它sqlSessionFactory下没有设置这个路径,所以查找不到
页: [1]
查看完整版本: Mapped Statements collection does not contain value for