cloudops92 / java-ms-template

This is java micro-service template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-ms-template

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.

Building and Generating docker image

We uses the Avast plugins that allows to configure and manager docker images.

All configurations are present into the configs/docker.gradle

Build

Below command will generate the distribution zip under build/distributions/{app_name}.zip directory

Build the Application
$ ./gradlew build
Build the docker image
$ ./gradlew composeBuild
Running Docker image
$ ./gradlew composeUp

Communication

About

This is java micro-service template

License:GNU General Public License v3.0


Languages

Language:Java 77.9%Language:Dockerfile 22.1%