Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Tool Suite create new spring starter project error

I am using spring tool suite version 3.8.3. While trying to create a new spring starter project, I am getting an error.. UnknownHostException : start.spring.io. But I can create maven project and adding spring boot is working. Can any one help to get a solution. start.spring.io is reachable from my browser.

like image 531
Dutt ubuntu Avatar asked Mar 09 '23 08:03

Dutt ubuntu


2 Answers

Are you using a proxy? So you have to configure that in your STS settings: Open the menu windows/prefrences and enter proxy and check your settings. If it works in your browser, try the native settings. (The proxy for maven is defined in the settings.xml, that's why this may work anyway)

like image 153
Ralf Stuckert Avatar answered Mar 12 '23 05:03

Ralf Stuckert


For my case in STS this "https://start.spring.io/" was by default. but when i connected to Internet and trying to remove this using backspace and again typed same then its working.

like image 33
Yogesh Ukale Avatar answered Mar 12 '23 04:03

Yogesh Ukale