# JavaBeanGenerator **Repository Path**: rain7564/JavaBeanGenerator ## Basic Information - **Project Name**: JavaBeanGenerator - **Description**: JavaBean生成器 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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