Showing posts with label Docker. Show all posts
Showing posts with label Docker. Show all posts

Monday, 15 July 2019

Item Service - Setting up a Development Database Using Docker

In the following posts I will be creating an online store using microservices that will be deployed to Amazon Web Services (AWS).  The first service will be used to manage the items sold in the store.  The item service will be developed in Java using Spring Boot.  In this post I will setup a MySQL database I will be using for my development using Docker.