| <?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/aqjgwhtj/xml/AqjgwhtjMapper.xml"/>	   <mapper resource="com/jsjty/aqjgwhcx/xml/AqjgwhcxMapper.xml"/>	   <mapper resource="com/jsjty/zygl/cbdt/xml/CbdtHsMapper.xml"/>	   <mapper resource="com/jsjty/zygl/xml/TycjHsMapper.xml"/>    </mappers></configuration>
 |