myBatis.xml 909 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE configuration
  3. PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
  4. "http://mybatis.org/dtd/mybatis-3-config.dtd">
  5. <configuration>
  6. <mappers>
  7. <!--sqlxml设置 -->
  8. <mapper resource="com/jsjty/user/xml/UserMapper.xml"/>
  9. <mapper resource="com/jsjty/role/xml/RoleMapper.xml"/>
  10. <mapper resource="com/jsjty/menu/xml/MenuMapper.xml"/>
  11. <mapper resource="com/jsjty/dbsfw/xml/DbsfwMapper.xml"/>
  12. <mapper resource="com/jsjty/zygl/xml/GisMapper.xml"/>
  13. <mapper resource="com/jsjty/zygl/xml/TycjMapper.xml"/>
  14. <mapper resource="com/jsjty/zygl/cbdt/xml/CbdtMapper.xml"/>
  15. <mapper resource="com/jsjty/dcttlcx/xml/DcttlcxMapper.xml"/>
  16. <mapper resource="com/jsjty/dcttltj/xml/DcttltjMapper.xml"/>
  17. <mapper resource="com/jsjty/zygl/aisssxx/xml/AISInfoMapper.xml"/>
  18. </mappers>
  19. </configuration>