Kevin Christian
Kevin Christian

Reputation: 174

Importing Spring MVC Project Manually to Eclipse

I have a little problem. I had googled for this problem and I haven't found any solution related.

My problem is, my office internet using proxy that banned me to download zip file. I need Spring MVC Project template in Spring Tool Suite (STS). So I downloaded the zip file at home assuming when I get to my office PC, I can install the zip to STS. But, I can't found the way.

Is it possible to install a zip project template to STS? If yes, how? Thanks before. (Sorry for my grammar)

Here is the download link of the template I want: Spring MVC web application development project

Upvotes: 1

Views: 2526

Answers (2)

user4610470
user4610470

Reputation:

you will extract zip file and go to inside folder in templete.zip is import succesully into eclipse IDE.i have tested.

Upvotes: 2

Nitesh Soomani
Nitesh Soomani

Reputation: 652

Try to import your project in eclipse. Follow below mentioned steps

Right Click--->Import--->Import-->search for Archive file

Upvotes: 2

Related Questions