How to use IntelliJ IDEA

Today the company asked to use idea, so I learned a bit and shared it. (Premise jdk, tomcat, maven, browser have been downloaded)

One, idea configuration jdk

Open idea, click file, select Project Structure, open the interface as shown below,

Click on SDKS, click on the green plus sign, open as follows

Choose jdk,

Just select the path where jdk is located, idea install jdk to this is complete.

Two, idea configuration tomcat

Click run to select Edit Configurations, open the following interface,

Click the green plus sign, select Tomcat Server, select Local to open the following interface

The first step is to name, and the second step is to click configure to select the path where tomcat is located, and open the following interface

Click the green plus sign to open the following interface

Select the path where tomcat is located and click ok. Tomcat configuration is complete.

Three, idea configuration maven

Select file and click Settings, the following interface appears:

The first step is to search for maven, the second step is to select maven, the third step is to select the path where maven is located, the fourth step is to check the maven configuration information, click ok, and the idea configuration maven configuration ends.

Four, idea modify the default browser

Select file and click Settings to open the following interface:

The first step is to select Web Browers under Tools, the second step is to select Custom path, and the third step is to click to select the address of the browser you want to configure.

When I configured it, I found that if you have installed jdk, maven, tomcat on your computer, idea will automatically match the path for you. If you don’t understand, just leave a message. I will reply when I see it. Welcome to comment and exchange.

Guess you like

Origin blog.csdn.net/shuoshuo_12345/article/details/93023442