인텔리제이
[스프링] 오류 해결
2022. 9. 2.
SpringDoc을 사용하는 경우 다음 에러 발생
Description:
The Bean Validation API is on the classpath but no implementation could be found
Action:
Add an implementation, such as Hibernate Validator, to the classpath
org.hibernate.validator.hibernate-validator또는org.springframework.boot:spring-boot-starter-validation의존성을 추가한다.