Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use Maven in IDEA

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Today, I will talk to you about how to use Maven in IDEA. Many people may not know much about it. In order to make you understand better, the editor has summarized the following for you. I hope you can get something according to this article.

1. Maven's agreement

Src/main/java: the java file where the project is stored

Src/main/resources: stores the project's resource files, such as spring and hibernate configuration files

Src/test/java: the java file that holds all the tests

Src/test/resources: store the resource files for testing

Target: project output location

Pom.xml: build fil

2. Configure the Maven path in IDEA

3. Wait for the download to be completed

4. Manually add the java folder in src/main, then right-click on the java folder and select Mark Directory As-- > Source root

5. Configure our own tomcat server-> Edit Configurations--- in the upper right corner > click the + sign in the upper left corner

If you have configured it before, you do not need to configure it any more. You can choose the previous configuration. For more information, please see the previous blog post.

6. Run

7. Note: IDEA comes with its own Maven plug-in, but for ease of use, download, install and configure it yourself.

-updated on 2016-10-31

8. The default setting of Maven. In the second point of this blog, since the Maven setting is for this project, it will be changed to the default setting when you start it next time. For this reason, we can set the default setting:

Set up after opening the dialog box

After reading the above, do you have any further understanding of how to use Maven in IDEA? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report