springboot

error-Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException

주다애 2023. 8. 6. 00:43

상황 : springboot '2.7.6'에서 swagger '2.9.2' 추가 시 발생한 에러

 

해결 : application.yml파일에 밑의 코드 추가

spring:
  mvc:
    pathmatch:
      matching-strategy: ant_path_matcher

swagger 연동 성공!