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 |
Tags
- java
- Thymeleaf
- pointcut
- 스프링
- 그리디
- 자바
- 백준
- Spring Boot
- JDBC
- JPQL
- transaction
- kotlin
- Android
- AOP
- Greedy
- 김영한
- 스프링 핵심 원리
- 스프링 핵심 기능
- spring
- springdatajpa
- Proxy
- db
- http
- jpa
- QueryDSL
- 인프런
- SpringBoot
- 알고리즘
- Exception
- Servlet
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