Skip to content

Commit 2d7e920

Browse files
Docs updated
1 parent 22fa74d commit 2d7e920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limited checked exceptions can be created and thrown from methods where calling
1919

2020
Standard way of handling exceptions in Spring is `@ControllerAdvice` using AOP,
2121
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,
22+
for both **Spring Web** (Servlet) and **Spring Webflux** (Reactive) Rest applications,
2323
so there is no need to define any custom exceptions or custom `ControllerAdvice` advices into consumer application,
2424
all can be done with zero custom code but by specifying error details in `properties` file.
2525

0 commit comments

Comments
 (0)