Skip to content
/ foo Public

A Foo service running on Spring Boot. It exposes some handy REST APIs and integrates with Bar service.

Notifications You must be signed in to change notification settings

kunupat/foo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foo- Spring Boot REST service with four endpoints

Build Docker Image with Maven

mvn package docker:build

Build Maven project without Docker build

mvn package

Run SpringBoot Project

mvn spring-boot:run

Docker Image

kunupat/foo

Jaeger Env Vars


-DJAEGER_SERVICE_NAME=foo
-DJAEGER_SAMPLER_TYPE=const
-DJAEGER_SAMPLER_PARAM=1
-DJAEGER_REPORTER_LOG_SPANS=true
-DJAEGER_ENDPOINT=http://18.234.185.64:14268/api/traces

About

A Foo service running on Spring Boot. It exposes some handy REST APIs and integrates with Bar service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages