Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.26 KB

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