티스토리 뷰
개발/Spring
[Spring] - SWAGGER 오류 : Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
dongdev 2022. 2. 22. 10:39스프링부트 2.6버전 이후 spring.mvc.pathmatch.matching-strategy 값이 ant_apth_matcher에서 path_pattern_parser로 변경되면서 발생하는 오류라고 함
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
application.yml 에 위 코드 추가
'개발 > Spring' 카테고리의 다른 글
[JPA] - JPA 연관관계 매핑 기초 #2 (0) | 2022.03.02 |
---|---|
[JPA] - JPA 연관관계 매핑 기초 #1 (0) | 2022.03.01 |
[Spring] - AOP 예제 (0) | 2022.02.08 |
[JPA] - JPA 엔티티 매핑 #2 (2) | 2022.02.06 |
[JPA] - JPA 엔티티 매핑 #1 (0) | 2022.02.06 |