spring-boot/spring-boot-project/spring-boot-docs
Brian Clozel 23a9818e0d Auto-configure ProblemDetails support
This commit auto-configures ProblemDetails support for both Spring MVC
and Spring WebFlux, contributing a `@ControllerAdvice` annotated
`ResponseEntityExceptionHandler` bean if the
`spring.mvc.problemdetails.enabled` or
`spring.webflux.problemdetails.enabled` properties are set to `true`.

Closes gh-32634
2022-10-07 17:23:12 +02:00
..
src Auto-configure ProblemDetails support 2022-10-07 17:23:12 +02:00
build.gradle Adapt build dependencies to httpclient5 2022-09-29 18:55:41 +02:00