Recommend a code generator based on Spring Boot + Mybatis + Vue

1. Introduction

A code generation tool that can customize templates to generate different codes, supporting MySQL, Oracle, SQL Server, and PostgreSQL.

  • Only a Java8 environment is required, and it can be used after downloading.

  • The steps are simple, only need to configure a data source, and then check the template to generate code.

  • By default, common entity classes, mybatis interfaces, and mybatis configuration file templates are provided, which can quickly develop mybatis applications.

  • Follow the WeChat official account: visit GitHub, reply "code generation" in the background to download.

2.   Use steps

  • Go to the release page and download the latest version zip file

  • Unzip the zip, if it is a Mac/Linux operating system, run the startup.sh file to start, and run cmd on the Windows operating system and enter java -jar gen.jar to start

  • Browser visit http://localhost:6969/

  • The default port is 6969, change the port number as follows

  • Mac/Linux operating system: Open the startup.sh file and modify the parameter value of -server.port

  • Windows operating system: executable: java -jar gen.jar –server.port=port number

3. Project description

  • front: front-end vue

  • gen: backend service

  • db: database initialization file

  • script: auxiliary script

4. Effect picture

5. Project address

Follow the WeChat official account: visit GitHub, reply "code generation" in the background to download.

推荐阅读
0. 逛逛GitHub交流群已成立
1. 你的毕业设计是 XX 管理系统吗?
2. 你用过这款软件吗?
3. 摸鱼神器:在命令行中玩斗地主
4. 3.2 万 Star 的算法可视化项目火了

Guess you like

Origin blog.csdn.net/weixin_47080540/article/details/110252501