linth / microservice-spring-demo

demo and deploy several spring-boot project with docker & docker-compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microservice-spring-demo

demo and deploy several spring-boot project with docker & docker-compose.

project description

there are three spring-boot applications in this microservice architecture.

package three projects

$ sudo ./mvnw clean package

use docker-compose to deploy your project.

$ sudo docker-compose up -d 

use sh.sh to deploy single project if you want.

$ cd <project_name> # e.g., cd auth
$ sh sh.sh

About

demo and deploy several spring-boot project with docker & docker-compose.


Languages

Language:Shell 58.3%Language:Java 34.8%Language:Dockerfile 6.9%