상황 : springboot '2.7.6'에서 swagger '2.9.2' 추가 시 발생한 에러
해결 : application.yml파일에 밑의 코드 추가
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
swagger 연동 성공!
'springboot' 카테고리의 다른 글
[SETTING] intellij에서 JAVA JDK 버전 바꾸기 (0) | 2023.11.30 |
---|---|
[용어] profile (0) | 2023.10.28 |
[JPA] @NotNull vs nullable = false (0) | 2023.08.13 |
error-[errno: 150] "foreign key constraint is incorrectly formed" (0) | 2023.08.06 |