欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

在IDEA中`New`没有`Mapper`文件选项

程序员文章站 2022-07-13 17:16:24
...

在IDEA中New没有Mapper文件可以创建:
在IDEA中`New`没有`Mapper`文件选项

问题解决

1.File–>Settings–>Editor–>File and Code Templates

在IDEA中`New`没有`Mapper`文件选项

2.按照如下提示进行:

在IDEA中`New`没有`Mapper`文件选项

3.模板内容

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