Install and use the easy code plugin in idea, and configure the mysql database in idea

Install and use the easy code plugin in idea, and configure the mysql database in idea

1. Enter the settings page from the navigation bar

insert image description here

2. Click the plugins option, enter easy code in the input box to find, and click installed to install

insert image description here
After downloading and installing, you need to restart the software, click here
insert image description here

3. After restarting, click database to open the database side class

insert image description here

4. Set up the database connection

insert image description here

5. Enter the user name and password, check whether the url connection is correct, and finally click Test Connection

insert image description here
If it shows that the connection is successful, click apply and then click ok to exit.
insert image description here
If the connection is not successful, set it as follows: click the mysql option to check whether the class is normal, whether there is cj, whether it is mysql5 or 8, and then click Add at 3 to add you A local mysqljar package on your computer, you must pay attention to the correct version
insert image description here

6. Click the number here to pop up the following window, which can display all databases, or check which databases need to be displayed

insert image description here

7. Click on the database table you need to generate, you can select multiple, select according to ctrl or shift, then click on the easyCode option, click on the generate Code option

insert image description here

8. First select which package needs to be created, then check which files need to be created, and finally click ok.

insert image description here
Of course, you can also choose code files in other formats
insert image description here

9. You can modify the template in the settings page

insert image description here

insert image description here

Guess you like

Origin blog.csdn.net/qq_49249150/article/details/127499619