Skip to content

Releases: SaumilP/learning-spring-boot

Multi Module Demo Application

02 Jul 19:10
Compare
Choose a tag to compare

Multi Module Demo Application added to repository.

Boot Application on Docker

14 Jun 22:57
Compare
Choose a tag to compare

Version : 1.0

Details: Example Spring application running on docker container added. Docker image construction is chosen to be done from provided Dockerfile instead of using io.fabric8:docker-maven-plugin or com.spotify:docker-maven-plugin maven plugins.

dockerfile-maven selection is to make use of existing maven lifecycle goals and not to introduce plugin specific goals ( e.g. docker:build, docker:start etc ).