karangoswamikenz / SpringBootApp

A microservices application interface
0 stars 0 forks source link

SpringBootApp

Go and build a simple Spring Boot microservice that takes in HTTP requests (via REST) and persists them to persistent storage.

This is a classic microservice and you will cover a lot of ground:

I say to use Spring Boot to do this because it abstract a lot of the implementation away and allows you to focus on coming up to speed with enterprise design patterns and architecture.

This tutorial is from: https://spring.io/guides/gs/spring-boot/