简体   繁体   中英

eclipse not showing artifacts when creating new maven project

在此处输入图片说明 Hello Guys,

I am new to both maven and spring. I want to create a maven based spring project and Here is what I am doing.

New->other -> maven project -> next -> next -> ?

Here I want to select a type of project with required folder set up. For example to set up a simple maven based java project i select maven-archetype-quickstart . But coming to spring I dont know which artifact to select and I have the feeling that it is not showing all the artifacts. I am attaching some screenshots of that step where I got confused.

To be more brief: 1) If I want to get a spring project which artifact should I select 2) It looks like I am not able to see all artifacts here. For example when I look for spring I see only two artifacts. when I search for webapp i see only two artifacts. Should I do any configurations? 3)How to know which artifact suites for example for basic spring project which artifact should I choose?

My questions might be pretty basic. Please help me

Thanks

我能看到的所有文物与春天有关的文物![] [2]

The appfuse-basic-spring archetype should create a single directory spring project. This is probably what you want for a simple project.

The appfuse-modular-spring should create a multi-module (read: parent module with several child modules) project. For more information on multi-module maven projects I would suggest looking at chapters 6 and 7 of Maven by Example .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM