ideal how to create a dynamic web project

Proceed as follows

① file -> new -> project
insert image description here
② Select Java Enterprise -> next insert image description here
③ create project from template -> java Web Mouldle -> next insert image description here
④ Fill in the project name -> next
insert image description here
⑤ After creation, you will see three parts
5.1 SSOServer is Dynamic Web Project Source code
5.2 External Libraries is the jar package imported from the outside of the project. Since the selected JDK is 1.8, all the jar packages used by JDK1.8 are imported into
5.3 Scratch as a temporary file editing environment for testing the code (currently I haven't used it myself)
insert image description here
⑥ After Run/Debug, you can access the default startup page of this dynamic Web project through the browser
insert image description here
⑦ The
7.1 out folder in the project code is a folder generated after running, and there is no folder after the project is created. Generate this folder
7.2 src is the source code
7.3 web is the project configuration file
insert image description here

After learning Java development, the ideal tool I have been using has not yet felt its power due to the lack of practice.
I have used Eclipse several times before, and I have not felt the difference between them due to the infrequent use of Eclipse.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324192324&siteId=291194637