controller test

개발로그

[개발로그] @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..

비오베베
'controller test' 태그의 글 목록