Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

adolphor/coder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coder

Generate java code by your own models. Get all the code you wanted only by one click!

Quick start

  1. First of all, you must have a MySQL account and some table.
  2. Replace the dateSource configuration by your own account in the file -- src\main\resources\config\config.properties.
  3. Specify the table you to isGenerate the java code, if you don't, then all the table of the dataSource will be generated.
  4. Run the main method of com.Build.
  5. Now you will get all the code you needed in the root path of the project, or somewhere else you modified in the config properties.

custom template

If the default template does not suitable to your project, custom templates is also supported. All the templates are in the "src\main\resources\template" package.

Enjoy it ~

About

code generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • FreeMarker 55.8%
  • Java 44.2%