tags: Java Tools java intellij idea idea



The built structure is as follows:



The structure is as follows:








The configuration after configuration is as follows:









How to modify the page theme?

1. Open IntelliJ IDEA Click File—> New—> Project in the upper left corner, and then select Java Enterprise on the left and Web Application on the right. Click Next, enter the project...
Use the module to create our web project 1. Create a new module 2. Choose what type of module you want to create 3. After that is our project name, and then click finish 4. The following picture is th...
Novice in IDEA how to create a web project June 30, 2017 09:28:14 Reading: 2355 1 2 Start creating a WEB project Select JAVA, create a WEB project, in the order of 1-2 in the figure Select the project...
IDEA’s incomparable intelligence is not much to say, because the environment of the previous project has been built, so when I started a new test project recently, I encountered a small problem ...
1 2 Start to create a WEB project Select JAVA, create a WEB project, follow the order of 1-2 in the figure Select the project path and modify the red box Now that the project has been completed, confi...
First create a project, under the directory, create a new webapp folder Then right-click project, choose Open Module Setting Select Facets, click on the plus, select Web Click on which o...
Because learning needs to create a dynamic web project, but the updated IDEA creates dynamic web mode and some different, the creation is as follows: First, create a new Java project (1) First point F...
1.file–>new–>project 2. Click Java Enterprise 3. Configure Tomcat 4. Select the Tomcat file location 5. Click Next and select to create a project using the template. 6. Fill in the p...
1. New project 2. Create a web project Method 1: Choose web template directly The directory is as follows: Method 2: Do not check the template, click the next step directly 1) Fill in project informat...
Description: IntelliJ IDEA version is 17. JDK version is 1.8 tomcat version is apache-tomcat-8.5.29 Note: Pay attention to the problem of the number of bits of the relevant software version during the...