Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- kotlin
- db
- Exception
- QueryDSL
- 그리디
- AOP
- Greedy
- 인프런
- 김영한
- JPQL
- jpa
- http
- 스프링
- 스프링 핵심 원리
- 자바
- java
- Servlet
- spring
- Proxy
- 스프링 핵심 기능
- JDBC
- springdatajpa
- transaction
- 백준
- Android
- pointcut
- SpringBoot
- 알고리즘
- Spring Boot
- Thymeleaf
Archives
- Today
- Total
목록Object Error (1)
개발자되기 프로젝트
Bean Validation - Object Error
Field Error말고 Object Error는 어떻게 처리함??? 1. @ScriptAssert() @Data @ScriptAssert(lang = "javascript", script = "_this.price * _this.quantity >= 10000") public class Item { Message 지정도 가능하다. @Data @ScriptAssert(lang = "javascript", script = "_this.price * _this.quantity >= 10000", message = "10000원 넘게 입력해") public class Item { Message Code ScriptAssert.item ScriptAssert 하지만 @ScriptAssert는 제약이 많고 복잡함..
인프런/[인프런] 스프링 MVC 2
2021. 9. 25. 14:34