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.