![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbKqluZ%2Fbtsdwu1lnxk%2FKGABuQjIaVUpVUzrLTXam1%2Fimg.png)
개발로그
[개발로그] @Basic, Spring Validator, MVC 적용한 컨트롤러 테스트
@Basic @Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface Basic { /** * (Optional) Defines whether the value of the field or property should * be lazily loaded or must be eagerly fetched. The EAGER * strategy is a requirement on the persistence provider runtime * that the value must be eagerly fetched. The LAZY * strategy is a hint to the persistence provider runtime. * If not specif..