1234567891011121314151617181920 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE configuration
- PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
- "http://mybatis.org/dtd/mybatis-3-config.dtd">
-
- <configuration>
- <mappers>
- <!--sqlxml设置 -->
- <mapper resource="com/jsjty/user/xml/UserMapper.xml"/>
- <mapper resource="com/jsjty/role/xml/RoleMapper.xml"/>
- <mapper resource="com/jsjty/menu/xml/MenuMapper.xml"/>
- <mapper resource="com/jsjty/dbsfw/xml/DbsfwMapper.xml"/>
- <mapper resource="com/jsjty/zygl/xml/GisMapper.xml"/>
- <mapper resource="com/jsjty/zygl/xml/TycjMapper.xml"/>
- <mapper resource="com/jsjty/zygl/cbdt/xml/CbdtMapper.xml"/>
- <mapper resource="com/jsjty/dcttlcx/xml/DcttlcxMapper.xml"/>
- <mapper resource="com/jsjty/dcttltj/xml/DcttltjMapper.xml"/>
- <mapper resource="com/jsjty/zygl/aisssxx/xml/AISInfoMapper.xml"/>
- </mappers>
- </configuration>
|