This is java micro-service template. This template allows to build and deploy docker image simply. This template is very basic having integration of spring boot > 2.
Basic knowledge of the Gradle and Docker is require.
We uses the Avast plugins that allows to configure and manager docker images.
All configurations are present into the configs/docker.gradle
Below command will generate the distribution zip under build/distributions/{app_name}.zip
directory
$ ./gradlew build
$ ./gradlew composeBuild
$ ./gradlew composeUp
- Email: mishalshah92@gmail.com