Skip to content

Commit 86ab9ce

Browse files
committed
removed unneded /
1 parent 97966f5 commit 86ab9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/org/mybatis/spring/sample/applicationContext-infrastructure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
file. This config file could, in turn, contain &ltmapper&gt
5757
elements that point to the correct mapper xml files.
5858
-->
59-
<property name="mapperLocations" value="classpath:/org/mybatis/spring/sample/dao/*.xml" />
59+
<property name="mapperLocations" value="classpath:org/mybatis/spring/sample/dao/*.xml" />
6060
</bean>
6161

6262
<!-- simple transactional service layer bean; the userDao can be implemented in various ways with MyBatis-Spring -->

0 commit comments

Comments
 (0)