Right-clicking New in IDEA does not create a Mapper file option solution

Step 1: Enter the directory settings->Editor->File and Code Templates

insert image description here

 Step 2: Add template step

insert image description here

 Here is the content of the template

<?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>

When you add it again, you can see

![Insert picture description here](https://img-blog.csdnimg.cn/80aad19baea540a9a5c18f209ef529c0.png?x-oss-process=image/watermark,type_d3F5LXplbm

 

Guess you like

Origin blog.csdn.net/Maxiao1204/article/details/129424958