An open API service indexing awesome lists of open source software.

https://github.com/fishercoder1534/spring-boot


https://github.com/fishercoder1534/spring-boot

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

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.