|
|
@@ -39,7 +39,7 @@
|
|
39
|
39
|
|
|
40
|
40
|
<bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">
|
|
41
|
41
|
<property name="dataSource" ref="dataSource" />
|
|
42
|
|
- <property name="mapperLocations" value="classpath*:mybatis-mapper/*.xml"/>
|
|
|
42
|
+ <property name="mapperLocations" value="classpath:mybatis-mapper/*.xml"/>
|
|
43
|
43
|
</bean>
|
|
44
|
44
|
|
|
45
|
45
|
<!-- scope must be "prototype" when junit -->
|