Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 604 Bytes

File metadata and controls

10 lines (8 loc) · 604 Bytes

Spring Reactive Tests Coverage Example

  • This project demonstrates use of WebClient in Spring Reactive and the respective tests
  • The project also demonstrates code coverage in a spring webflux application
  • To run the project: mvn spring-boot:run
  • To run the project tests with code coverage: mvn clean jacoco:prepare-agent install jacoco:report
  • Open target/site/jacoco/index.html to see controller and services code coverage