0
votes

I am trying to create a project in STS 3.7.1. When I tried creating a spring starter project, it is giving me an error something like this...

IOException: Server returned HTTP response code: 403 for URL: http://start.spring.io/starter.zip?name=hello-boot&groupId=org.test&artifactId=hello-boot&version=0.0.1-SNAPSHOT&description=hello+boot&packageName=org.test.demo&type=maven-project&packaging=jar&javaVersion=1.8&language=java&bootVersion=1.2.7.RELEASE&dependencies=web

I tried creating the project with different name, re-installing. No success. Can anybody suggest what is the problem? I am using 1.8 JDK for this version.

popup

1

1 Answers

0
votes

You are getting a HTTP 403 Forbidden from the spring.io HTTP server. I can access your URL and download the archive - maybe you have a restrictive proxy or firewall in your way?

If you can access it from your browser, just download and unzip the archive and open it inside STS.