Spring WebTestClient Workshop This project shows how to test an API using WebTestClient with Junit Jupiter To run the project gradle bootRun To test the project gradle test To run a single test gradle test --tests TestName.methodName Read this as reference: https://josdem.io/techtalk/spring/spring_boot_webclient/ https://josdem.io/techtalk/spring/spring_webflux_web_testing/