https://github.com/fishercoder1534/spring-boot
https://github.com/fishercoder1534/spring-boot
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fishercoder1534/spring-boot
- Owner: fishercoder1534
- Created: 2024-01-20T20:29:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T21:52:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T12:46:32.619Z (11 months ago)
- Language: Java
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.