Skip to content

sandra-markerud/spring-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Demos

Rationale

This project aims to show both problems and interesting solutions I faced with the Spring ecosystem.

Getting Started

Build

mvn clean install

Running the application locally

To locally run the application, use the following command:

mvn spring-boot:run

The application starts on port 9000, the actuator endpoints are available under port 9010.

For local tests, a mockserver (simulating a backend-service) and a zipkin server can be started with the provided docker-compose file.

docker-compose -f ./tooling/docker-compose.yaml up

The mockserver can be reached via http://localhost:9030 and exposes a dashboard to monitor all requests is available via Mockserver Dashboard.

The zipkin server can be reached via http://localhost:9040/zipkin.

Some example requests are available here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages