https://github.com/fishercoder1534/spring-boot-example
https://github.com/fishercoder1534/spring-boot-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fishercoder1534/spring-boot-example
- Owner: fishercoder1534
- Created: 2024-01-20T18:28:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T18:31:14.000Z (over 1 year ago)
- Last Synced: 2025-01-20T12:46:32.508Z (5 months ago)
- Language: Java
- Size: 44.9 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://www.baeldung.com/spring-boot-start
Steps below:
1. Go to https://start.spring.io/, give proper names, click Generate;
2. unzip the auto downloaded zip file, open the folder in Intellij;
3. Follow this link: https://stackoverflow.com/a/74958669/4117496 to configure dependencies in your Intellij;
4. Open SpringBootExampleApplication.java and it should run!