Nothing Special   »   [go: up one dir, main page]

Skip to content

josdem/status-catcher-service

Repository files navigation

Status Catcher Service

GitHub Quality Gate Status

Is an API that keeps application status using Spring Webflux Framework and Junit5 for testing.

To run tests

gradle test

To run a single test

gradle test --tests ${testName}

where:

  • ${testName} is your test name

To run the project

gradle bootRun

To enable interceptor filter

gradle bootRun -Dinterceptor.enabled=true

To run tests with Jacoco and Sonarqube

gradle jacocoTestReport sonar test

Swagger

http://localhost:8080/swagger-ui.html

Read this as reference

Releases

No releases published

Packages

No packages published

Languages