One-click project generation SpringBoot project code generator supports Oracle supports MySql

Download address  https://github.com/lxw112190/lxw_Helper

Description:

1. The software is written in C# and requires .net framework 4.0 to run.

        Windows 10 operating system comes with .net framework 4.0 without downloading and installing, you can run the software directly.

        Download link Microsoft .NET Framework 4 (standalone installer)

2. To connect to Oracle, you need to install the Oracle client driver.

         The Windows 10 operating system does not need to be installed, and the software can be run directly.

3. To connect to MySQL, you need to install mysql-installer-community-8.0.16.0.msi.

        Download link mysql-installer-community-8.0.16.0.msi

Instructions for use

1. Download and unzip

2. Double-click lxw_Helper.exe to run

3. Select the database type, enter relevant information, and click Test.

4. Successfully connect to the homepage, and generate code according to your needs.

5. Support one-click project generation

5.1 Generate project (including all tables)

5.2 Generate project (required table) 

Select the table to be included --> right mouse button --> new project

6. Open with IDEA

7. Run directly, visit http://127.0.0.1/swagger-ui.html to view

Other functions

1. Customize query, generate pojo, SQL formatting, StringBuilder to assemble SQL.

 

 

2. Some commonly used encryption and decryption

common problem

1. Connect to mysql and prompt the following information

Need to install mysql-installer-community-8.0.16.0.msi. Download link mysql-installer-community-8.0.16.0.msi

 

Guess you like

Origin blog.csdn.net/lw112190/article/details/106143263