# free-idea-mybatis **Repository Path**: ares-xue/free-idea-mybatis ## Basic Information - **Project Name**: free-idea-mybatis - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-08-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [中文](README.md) | [ENGLISH](README_EN.md) ## 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 ![](https://raw.githubusercontent.com/wuzhizhan/free-idea-mybatis/master/doc/img/create_mapper.png) ![](https://raw.githubusercontent.com/wuzhizhan/free-idea-mybatis/master/doc/img/choose_mapper_folder.jpg) - generate statement - alter+enter ![](https://raw.githubusercontent.com/wuzhizhan/free-idea-mybatis/master/doc/img/create_statement.jpg) - from dao to mapper(can also use ctrl+B) - ![](https://raw.githubusercontent.com/wuzhizhan/free-idea-mybatis/master/doc/img/to_mapper.jpg) - from mapper to dao(can also use ctrl+b) - ![](https://raw.githubusercontent.com/wuzhizhan/free-idea-mybatis/master/doc/img/to_code.jpg) ## TODO - generate bean accourding to database field - generate CURD code