简体   繁体   中英

How can I open this Spring project in Eclipse?

Silly question, cant seem to get it to work. https://spring.io/guides/gs/rest-service/ mentions a Java project - available here on GIT - https://github.com/spring-guides/gs-rest-service.git and here directly - https://github.com/spring-guides/gs-rest-service/archive/master.zip .

When I try to import the zip, it fails. I tried to unzip and import selecting the root folder at source and it won't work.

How can I open this project in Eclipse and make my own changes?

Thanks.

Ensure that you are selecting "Existing Maven Project"

File > Import > Maven > Existing Maven Project Point to the inflated directory and choose the pom.xmls

使用Eclipse Neon,选择File > Open Projects from Filesystem... ,选择Archive并提供zip的位置,然后单击Finish

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