Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.06 KB

README_EN.md

File metadata and controls

28 lines (23 loc) · 1.06 KB

中文 | ENGLISH

Description

A idea plugin for mybatis . free-idea-mybatis 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)

TODO

  • generate bean accourding to database field
  • generate CURD code