API를 개발하고 나면 해야하는 일은 바로 API 명세서 작성이다. API 명세서를 작성하는데 있어서 미루고 미루다보면 나중에 산더미처럼 쌓이기 마련이다,, 그래서 swagger를 이용해서 자동 API 명세서 작성을 도전해보려고 했는데! 아래와 같은 문제가 발생했다. Error 내용 org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException 아래는 에러 내역의 일부이다. org.springframework.context.ApplicationContextException: ..