spring-guides / gs-spring-boot

Building an Application with Spring Boot :: Learn how to build an application with minimal configuration.
https://spring.io/guides/gs/spring-boot/
Apache License 2.0
890 stars 4.51k forks source link

Not able to run spring boot app with provided complete/build.gradle #39

Closed hari-rayapaneni closed 6 years ago

hari-rayapaneni commented 6 years ago

I'm using STS IDE, when I use your gradle file its not downloading the jars.

How I build my Project: clean build

I'm new to Spring boot please help me to get what are all the basic dependencies for a Spring boot App

dsyer commented 6 years ago

There are clear instructions for how to build and run the project from the command line in the guide. There is also a "Build with your IDE" section with links to IDEs including STS. Is part of that still unclear?