syxdevcode博客

  • 首页
  • 标签
  • 分类
  • 归档
  • 搜索
  • 文章目录
  • 站点概览

syxdevcode

syxdevcode的个人博客
619 日志
157 分类
241 标签
GitHub

IDEA创建Mapper文件

发表于 2021-03-22 更新于 2025-08-13 分类于 IDEA

在设置中添加:

微信截图_20210322145045.png

微信截图_20210322144935.png

模版内容:

1
2
3
4
5
<?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>

微信截图_20210322145748.png

检验:

微信截图_20210322145835.png

# Java # IDEA # Spring Boot # Java注解
Spring Boot常用注解
Linux readelf命令
© 2025 syxdevcode
由 Hexo & NexT.Pisces 强力驱动
0%