mybatis mapper 怎么映射到xml 原理
展开全部
具体方法
一般要检查配置文件命名空间,还有applicationContext.xml里的配置
<bean id ="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean"
p:dataSource-ref="dataSource" p:configLocation="classpath:mybatis-config.xml">
<property name="mapperLocations">
<list>
<value>classpath*:com/xxx/**/*Mapper.xml</value>
</list>
</property>
</bean>
一般要检查配置文件命名空间,还有applicationContext.xml里的配置
<bean id ="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean"
p:dataSource-ref="dataSource" p:configLocation="classpath:mybatis-config.xml">
<property name="mapperLocations">
<list>
<value>classpath*:com/xxx/**/*Mapper.xml</value>
</list>
</property>
</bean>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |