Learn to build your first Spring Boot application with an actionable and hands-on approach.
This is the sample application for the book Spring Boot: How To Get Started and Build a Microservice.
The book is available on Amazon and also in mobi, ePub and PDF with free lifetime updates directly on my site.
After cloning the project run
mvn clean install
Change into the comment-store directory
cd comment-store
and finally run it:
mvn spring-boot:run