Sunday, 10 November 2019

Spring Rest and Spring Profile in Docker

Hi All,

While new thing docker images and hosting the docker images is getting picked every where.

* There was a requirement how to change spring profile in docker in every stage - https://github.com/krishnaram/hello-world-profile
* Also made project for using docker hosted mongo db with rest client - https://github.com/krishnaram/restImage
Using --spring.profiles.active=prod in compose file.

Thanks...