Skip to content

Commit

Permalink
removed unneded /
Browse files Browse the repository at this point in the history
  • Loading branch information
emacarron committed Mar 12, 2012
1 parent 97966f5 commit 86ab9ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
file. This config file could, in turn, contain &ltmapper&gt
elements that point to the correct mapper xml files.
-->
<property name="mapperLocations" value="classpath:/org/mybatis/spring/sample/dao/*.xml" />
<property name="mapperLocations" value="classpath:org/mybatis/spring/sample/dao/*.xml" />
</bean>

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

0 comments on commit 86ab9ce

Please sign in to comment.