Spring boot 2.6버전 이후에 spring.mvc.pathmatch.matching-strategy 값이 ant_apth_matcher에서 path_pattern_parser로 변경되면서 swagger를 포함한 몇몇 라이브러리를 사용할 때 오류가 발생한다고한다.
application.yml 에 아래 설정을 추가하면 오류가 발생 하지 않는다.
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
https://www.inflearn.com/questions/230160
'오늘만난오류' 카테고리의 다른 글
Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed) (0) | 2022.08.01 |
---|---|
duplicate content roots detected (0) | 2022.07.28 |
invalid source release: 11 (0) | 2022.03.26 |
Unterminated string (0) | 2022.03.21 |
외래키 설정 오류 collation & SQL Error [1452] [23000]: (conn=3205) Cannot add or update a child row: a foreign key constraint fails (0) | 2022.03.14 |