Renan Leandro Ferreira
Results
2
comments of
Renan Leandro Ferreira
no solution for this?
> Workaround for Spring Boot 2.6.x > > 1. revert matching strategy `spring.mvc.pathmatch.matching-strategy` to `ant-path-matcher` > 2. hack springfox [WebMvcRequestHandlerProvider](https://github.com/springfox/springfox/blob/master/springfox-spring-webmvc/src/main/java/springfox/documentation/spring/web/plugins/WebMvcRequestHandlerProvider.java#L63) to filter out actuator controllers which don't respect `spring.mvc.pathmatch.matching-strategy` >...