개발/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 에 위 코드 추가