Free MyBatis Tool is a plugin that enhances idea support for mybatis.
- generate mapper xml files
- navigate from the code to mapper and from the mapper back to code
- auto code and error tips
- support mybatis generator gui
- generate swagger model annotation
Free MyBatis Tool 是一款增强idea对mybatis支持的插件。
- 生成mapper xml文件
- 快速从代码跳转到mapper及从mapper返回代码
- mybatis自动补全及语法错误提示
- 集成mybatis generator gui界面
- 根据数据库注解,生成swagger model注解
- Open the Dao interface file and click the arrow on the left to jump to the xml file.
- Open the xml interface file and click the arrow on the left to jump to the Dao file.
- Open the database Tool on the left side of the idea, create a data source connection, right-click to select one or more tables, and select Mybatis-Generator to open the Mybatis Generate Tool panel for the Generate operation.
Thanks for the contribution @wuzhizhan