Convenient and easy to use Idea mybatis plugin MyBatisCodeHelper

Recommend a plugin for idea mybatis: MyBatisCodeHelper

Source code gitHub address: https://github.com/gejun123456/MyBatisCodeHelper

Advantages: 
1. The mapper file (that is, the dao corresponding to the table) and the xml file can be freely switched, which is convenient for code review; 
2. The automatic code generation function improves the development efficiency, the MySQL database creates a table structure, and writes the pojo (note that the field type should be used uniformly) Object type!), you can generate xml, mapper, service; 
3. The naming rules of mapper are relatively uniform, which can improve the consistency of code style; 
4. Combination of usage methods: Alt + insert shortcut keys, the commonly used ones are as follows:

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326274809&siteId=291194637