##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
- generate mapper files
- generate statement
- from dao to mapper(can also use ctrl+B)
- from mapper to dao(can also use ctrl+b)
- generate bean accourding to database field
- generate CURD code