https://github.com/fishercoder1534/spring-boot-via-maven
https://github.com/fishercoder1534/spring-boot-via-maven
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fishercoder1534/spring-boot-via-maven
- Owner: fishercoder1534
- Created: 2024-01-20T19:24:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-25T19:12:28.000Z (over 1 year ago)
- Last Synced: 2025-01-20T12:46:32.397Z (5 months ago)
- Language: Java
- Size: 3.91 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!