I created this project by following https://spring.io/guides/gs/spring-boot/#initial How to run this Spring Boot application below:
- Git clone this repo;
- 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
- Then you can run
curl http://localhost:8080
to see the response.