Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
JPA 게시판 프로젝트에 Swagger를 적용하던 중에 만나게 된 에러이다. 이 문제를 해결하기 위해서는 application.properties에 아래의 코드를 추가해주면 된다.
spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER
[그림 1]은 해당 에러를 해결한 후 localhost:8080/swagger-ui.html에 접속한 화면이다.
[그림 1] Swagger 문서
출처: https://velog.io/@dldydrhkd/Failed-to-start-bean-documentationPluginsBootstrapper-nested-exception-is-java.lang.NullPointerException