org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
다음과 같은 오류 해결 방법
application.properties 파일에
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
추가해주기
application.yml 이라면
spring: mvc: pathmatch: matching-strategy=ant_path_matcher