将mapper.xml保存为idea的文件模板
在idea的File and Code Templates中将需要使用模板的内容添加为模板文件。
那么接下来请看图,跟着步骤操作吧。
mapper.xml文件内容
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="">
</mapper>
操作步骤