We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fa74d commit 2d7e920Copy full SHA for 2d7e920
README.md
@@ -19,7 +19,7 @@ limited checked exceptions can be created and thrown from methods where calling
19
20
Standard way of handling exceptions in Spring is `@ControllerAdvice` using AOP,
21
following the same principles **spring-boot-problem-handler** makes available everything related to exception handling
22
-for both **Spring Web** and **Spring Webflux** Rest applications,
+for both **Spring Web** (Servlet) and **Spring Webflux** (Reactive) Rest applications,
23
so there is no need to define any custom exceptions or custom `ControllerAdvice` advices into consumer application,
24
all can be done with zero custom code but by specifying error details in `properties` file.
25
0 commit comments