You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable Spring boot Problem details support to return similar error response in case `spring-boot-problem-handler`
267
-
throws some exception while handling an exception
268
-
```properties
269
-
spring.mvc.problemdetails.enabled=true
270
-
```
266
+
> [!IMPORTANT]
267
+
Spring boot 3 also provide Problem details support which must not be enabled otherwise it will shadow all `ControllerAdvice`'s provided by this library.
268
+
By default `spring.mvc.problemdetails.enabled` is `false`, so it must not be set to `true`
271
269
272
270
Specify message source bundles as follows. Make sure to include `i18/problems` bundled in the library, as it
273
271
has default messages for certain exception. And it should be last in the list of `basenames`,
0 commit comments