![[Spring-Error] BeanValidation groups](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbgidvV%2FbtskZsC4L73%2F1oiBy1jLj1Qa0XrERQptw0%2Fimg.png)
[Spring-Error] BeanValidation groupslegacy/Spring2023. 6. 22. 20:56
Table of Contents
groups 기능 사용할 때 class가 아닌 interface로 만들어야한다.
// public interface SaveCheck {}
public class SaveCheck{}
exception [Request processing failed; nested exception is javax.validation.
ValidationException: HV000045: A group has to be an interface.
hello.itemservice.domain.item.SaveCheck is not.] with root cause