Developing a Spring boot app on Docker: the AtSea demo app

Click for: original source

Sophia Parafina short blog post - the first of a series of blog posts that demonstrates using Docker to develop a typical web application and deploying it in production.

Post describes how to build a demo application that would demonstrate the flexibility of using Docker in development as well as showcase the features of Docker in a production environment.

A hybrid architecture chosen - typical Java n-tier architecture. It uses Spring Boot’s web MVC framework for the REST API and Spring Data to manage database operations. They chose PostgreSQL for the database.

All code available from github. If you new to docker this is worth reading.

[Read More]

Tags docker microservices