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

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


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

Last synced: 3 months ago
JSON representation

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!