Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 363 Bytes

File metadata and controls

6 lines (5 loc) · 363 Bytes

A WebFlux project which shows different ways of handling exceptions (Advice Controller, WebExceptionHandler) and mapping HTTP requests (controllers, functional endpoints). Various approaches can be found in commits.

JMeter config file is located in 'JMeter' folder for testing non-blocking request processing on commit "1 Handle error with Advice Controller".