Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.99 KB

README_EN.md

File metadata and controls

44 lines (37 loc) · 1.99 KB

Based on https://gitee.com/wuzhizhan/free-mybatis-plugin support to idea 2020.2.4。

中文 | ENGLISH

Description

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

How To Use

  • generate mapper files
    • alter+enter
  • generate statement
    • alter+enter
  • from dao to mapper(can also use ctrl+B)
  • from mapper to dao(can also use ctrl+b)

mybatis generator gui usage

  • 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

Reference

TODO

  • generate bean accourding to database field
  • generate CURD code