In main directory of this repo run:
- To get spring-boot-saple apps sources:
git clone -b v2.1.3.RELEASE --single-branch --depth 1 https://github.com/spring-projects/spring-boot.git
- run:
docker-compose up
- test:
open web browser and access:
- http://localhost:9000/ to get spring-boot-sample-web-static
- http://localhost:9000/ui to get spring-boot-sample-web-ui
docker-compose version 1.24.1 and docker version 18 were used for this build