org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:181) ~[spring-context-5.3.23.jar:5.3.23]
build.gradle
에 아래 설정 추가해줌으로써 기본 전략을 변경해주면 ok
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher