Maven Repository에서 Springfox - swagger를 사용하려다가 오류가 발생
사유는 spring 2.6.x --ver + swagger 3.x.x 에서 발생됨.
해결 방법
application.yaml (yml)
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
application.properties
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
추가
'기타 > 에러' 카테고리의 다른 글
[JUnit] - JPA · MySQL 테스트 Failed to load ApplicationContext 트러블 슈팅 (0) | 2022.08.29 |
---|---|
[AXIOS ERROR] - 스프링 서버와 AXIOS를 사용한 통신할 때 발생하는 ERR_NETWORK 해결하기 (0) | 2022.08.24 |