I created this project by following https://spring.io/guides/gs/spring-boot/#initial How to run this Spring Boot application below:

  1. Git clone this repo;
  2. either run it by opening Application.java class and click run from your Intellij, or go to your terminal at this directory: spring-boot/, run ./mvnw spring-boot:run
  3. Then you can run curl http://localhost:8080 to see the response.