Based on https://gitee.com/wuzhizhan/free-mybatis-plugin support to idea 2020.2.4。
A idea plugin for mybatis . free-mybatis-plugin is an enchange plugin for idea to supoort mybatis,here is the main functions:
- generate mapper xml files
- navigate from the code to mapper and from the mapper back to code
- auto code and error tips
- generate mapper files
- generate statement
- from dao to mapper(can also use ctrl+B)
- from mapper to dao(can also use ctrl+b)
- database configuration
- elect one or more tables,right click and select mybatis generator to open generatoe main UI.
- mybatis generator configuration
- notice:If your database is mysql8,please add '?serverTimezone=GMT' and select mysql8 option
- better-mybatis-generator https://github.com/kmaster/better-mybatis-generator
- mybatis-generator-gui https://github.com/zouzg/mybatis-generator-gui
- MyBatisCodeHelper-Pro https://github.com/gejun123456/MyBatisCodeHelper-Pro
- generate bean accourding to database field
- generate CURD code