#Spring Boot + Docker + JAX-RS Demo Application
This is an example application created to demonstrate the use of the Spring Boot and Docker.
The Spring Boot app uses JAX-RS (Jersey), and the Docker deployment is to Docker Toolbox/Kinematic running on OSX (El Capitan)
Full details are available in an accompanying blog post - check it out here:
http://www.adrianmilne.com/example-of-a-spring-boot-microservice-running-on-osxdocker-toolbox/
#Deploying a Spring Boot Microservice To Docker / AWS Elastic Beanstalk
This blog post builds on the previous one and details how to deploy the Docker image to AWS Elastic Beanstalk
Full details are available in an accompanying blog post - check it out here:
http://www.adrianmilne.com/deploying-a-spring-boot-microservice-to-docker-aws-elastic-beanstalk/