IntelliJ IDEA is abbreviated as IDEA. It is a commonly used Java development tool. It is relatively difficult to get started with eclipse, but it is more convenient and powerful in writing eclipse code (personal experience). The following introduces how to load the maven project of eclipse with Intellij Idea.
eclipse's maven project directory
Open Intellij Idea
file -> new -> module from existing Sources
Select the .pom file and the system will automatically load the maven project
The interface displayed after loading is shown in the following figure
Set up tomcat
Enter project Structure
Configure web engineering path
Add tomcat
Configure tomcat
Add web explored
Modify the access path
Start tomcat
Final effect
The above is all the content of this article. I hope it will be helpful to everyone's learning and I hope everyone will support Wulin.com more.