aqMyBatis.xml 526 B

1234567891011121314
  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/aqjgwhtj/xml/AqjgwhtjMapper.xml"/>
  9. <mapper resource="com/jsjty/aqjgwhcx/xml/AqjgwhcxMapper.xml"/>
  10. <mapper resource="com/jsjty/zygl/cbdt/xml/CbdtHsMapper.xml"/>
  11. <mapper resource="com/jsjty/zygl/xml/TycjHsMapper.xml"/>
  12. </mappers>
  13. </configuration>