Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.19 KB

README-EN.md

File metadata and controls

53 lines (37 loc) · 2.19 KB

codehelper.generator

Jetbrains Plugins Version Downloads Downloads last month

source code of CodeHelper.generator

中文文档

An Generator, generate code more easily and productive.

AutoCoding Features

  • Auto gen all Setter method(method start with set) when you click AutoCoding btn(support shortcut).
  • Auto gen all Setter method with default value when you click AutoCoding btn twice.

AutoCoding Usage

  • Click main menu Tools-> Codehelper-> AutoCoding button to generate the code

GenDaoCode Features

  • Generate dao, service, sql and mybatis xml file according to pojo by one click.
  • Update sql, mybatis xml file elegantly when the pojo file updated by one click.
  • Provide insert, insertList, select, update and delete method.
  • You can generate for multi pojo by once click.
  • Recognize comment of pojo fields automatically and add as sql comment.
  • Support rich config by config file, and use default config for no config file.
  • Shortcut for generate.
  • Support java + MySQL and later will support more DB.
  • www.codehelper.me to learn more.

GenDaoCode Usages

  • Click main menu Tools-> Codehelper-> GenDaoCode button to generate the code.
  • Method One: Click GenDaoCode, and then enter the Pojo name in prompt box, multiple Pojo separated by | , CodeHelper will generate code use default config.
  • Method two: Add a codehelper.properties in you project directory. Click GenDaoCode and Codehelper Generator will generates code for you based on codehelper.properties file.

GenDaoCode Usages Sample

  • generateMultiple

Contact Author