Skip to content

Mybatis Generator Web Tool. 更加简单便捷的生成Mybatis框架代码

License

Notifications You must be signed in to change notification settings

lishuo9527/MybatisGenerator-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MybatisGenerator-UI

Join the chat at https://gitter.im/MybatisGenerator-UI/Lobby 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)
  • Optimize code
  • Add system configuration(Done)

License

Mybatis Generator UI is released under the MIT License.

About

Mybatis Generator Web Tool. 更加简单便捷的生成Mybatis框架代码

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published