Skip to content

Latest commit

 

History

History
 
 

docker-compose-service-db

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

docker-compose-service-db

Demo project with a services and db setup in 2 Docker containers and run with Docker Compose.

Details

database

MySQL DB

data-rest-api

REST Service built with Spring Data REST which reads and writes to DB

Build and run

Build data-rest-api

./mvnw clean install

Build and run with Docker Compose

docker-compose up