Learn to build your first Spring Boot application with an actionable and hands-on approach.
This is the sample application for the pocket guide Spring Boot: How To Get Started and Build a Microservice - second edition.
The pocket guide is available on my site.
Parts
- spring-core-exercise contains the sample application for the Spring Core Beginners chapter
- spring-boot-microservice contains the sample microservice we build
Running the Microservice
The microservice is using a Maven Multimodule setup. To build it completely, follow these steps.
After cloning the project run
cd spring-boot-microservice
mvn clean install
Change into the comment-store directory
cd comment-store
and finally run it:
mvn spring-boot:run