Skip to content

shermende/dev.shermende.spring-cloud

Repository files navigation

Spring cloud complex application

Quality Gate Status

Maven pipeline (release-hotfix)

Maven pipeline (feature-bugfix)

# run jwt
$ docker-compose -f docker-compose.yml -f docker-compose.jwt.yml up --build -d
# run oauth
$ docker-compose -f docker-compose.yml -f docker-compose.oauth.yml up --build -d
# run jwt with metrics to influx
$ docker-compose -f docker-compose.yml -f docker-compose.metrics.yml -f docker-compose.jwt.yml up --build -d
# run jwt with EFK-log 
$ docker-compose -f docker-compose.yml -f docker-compose.logback.yml -f docker-compose.jwt.yml up --build -d
# run jwt with EFK-log and metrics to influx 
$ docker-compose -f docker-compose.yml -f docker-compose.logback.yml -f docker-compose.metrics.yml -f docker-compose.jwt.yml up --build -d

About

spring cloud application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages