提交 89cf8a35 编写于 作者: X xueli.xue

修复Mybatis扫描Mapper配置问题

上级 8a1cffbf
......@@ -39,7 +39,7 @@
<bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">
<property name="dataSource" ref="dataSource" />
<property name="mapperLocations" value="classpath*:mybatis-mapper/*.xml"/>
<property name="mapperLocations" value="classpath:mybatis-mapper/*.xml"/>
</bean>
<!-- scope must be "prototype" when junit -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册