Skip to content

Ynwaspectre/MybatisGenerator-UI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MybatisGenerator-UI

Travisapm

Mybatis Generator UI is based on Mybatis Gennerator. It provides a web tool to generate code.

Screenshot


Quick Start

  • Clone the project if you haven't yet.
git clone https://github.com/lishuo9527/MybatisGenerator-UI.git
  • Build the project with the code
cd MybatisGenerator-UI
mvn clean package -Dmaven.test.skip
  • Change default server port from application.properties file if you want.
### Default server port #########
server.port=8888
  • Run it from the command line with a command like this:
cd target/
nohup java -server -Xms128m -Xmx128m -jar MybatisGenerator-1.0.0-SNAPSHOT.jar  >out.log 2>&1 &
  • you can also run it in Eclipes or IntelliJ IDEA. Just find class me.lishuo.MybatisGeneratorApplication and run it.

  • Access server as http://localhost:8888

TODO

  • Support more databases( Now only support MySQL)
  • Add system configuration
  • Optimize code

License

Mybatis Generator UI is released under the MIT License.

About

Mybatis 自动生成代码web工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 77.3%
  • Java 7.8%
  • FreeMarker 5.6%
  • Shell 4.5%
  • Batchfile 3.5%
  • JavaScript 1.3%