오류: org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: org/reactivestreams/Publisher
IT 개발/에러
2023. 3. 9. 22:10
- 오류 메시지
- org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: org/reactivestreams/Publisher
- 원인
- spring-boot-starter-webflux dependency 누락
- 해결
- spring-boot-starter-webflux dependency 추가
반응형