I\'m looking at spring-boot at the moment, but cannot access the repo.spring.io maven repository in builds.
I\'ve created the initial Gradle build file , but receive
repo.spring.io is no longer serving through plain http.
1- Check your pom.xml file for http://repo.spring.io/plugins-release/
2- and change it to https://repo.spring.io/plugins-release/
like below
spring-repo https://repo.spring.io/plugins-release/