- spring-boot 2.6.x issue

spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
설정해주면 됨

https://cionman.tistory.com/94

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes#pathpattern-based-path-matching-strategy-for-spring-mvc

RequestMapoingInfoHandlerMapping
를 사용하면 UnsupoortedOperationException 발생
그러나 동작은 됨


https://github.com/spring-projects/spring-boot/issues/28874






Posted by 張's blog
,