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
Spring boot 3 also provide Problem details support which must not be enabled otherwise it will shadow all `ControllerAdvice`'s provided by this library.
267
+
Spring boot 3 also provides Problem details support which must not be enabled otherwise it will shadow all `ControllerAdvice`'s provided by this library.
268
268
By default `spring.mvc.problemdetails.enabled` is `false`, so it must not be set to `true`
269
269
270
270
Specify message source bundles as follows. Make sure to include `i18/problems` bundled in the library, as it
0 commit comments