- 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-mvcRequestMapoingInfoHandlerMapping
를 사용하면 UnsupoortedOperationException 발생
그러나 동작은 됨
https://github.com/spring-projects/spring-boot/issues/28874
'spring-boot' 카테고리의 다른 글
validation message 처리 (0) | 2022.03.28 |
---|---|
boot환경에서 JNDI사용하기 (0) | 2022.03.09 |
spring-boot JSP 사용시 compile된 JSP 파일 위치 (0) | 2022.02.15 |
include & exclude Filter Example (0) | 2022.02.10 |
using external yaml file (spring.config.import) (0) | 2022.01.20 |