Skip to content

johnscliang/JavaBeanGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaBeanGenerator

Generate Java Bean files.If your want more custom usage,just fork it and make it work for you.

Quick start(with MySQL)

step 1

Open the 'demo' directory.Edit the conf/config.properties.(mainly the mysql connect info). eg:

jdbc.url=jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf-8
jdbc.username=root
jdbc.password=123456

step 2

run the jar file with command line.Without any Exception,the Java Bean files could be found in 'gens' directory.

java -jar generator.jar

on win system you could simply double click the start.bat

About

Generate Java Bean files.If your want more custom usage,just fork it and make it work for you.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages