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
- Path Variable
- event loop
- API 설계
- Late row lookup
- Pagination Optimization
- 페이지네이션
- 23000
- git reflog
- kafkaconnect
- kafka connect
- 문자열 검증
- Invalid character found in method name
- Query String
- debezium
- foreign key constraint fails
- constraint fails
- reflog
- code --no-sandbox
- 1450
- git rebase -i
- Cannot delete or update a parent row: a foreign key constraint fails
- 제약 조건
- jdbc connector
- programmers
- Cannot add or update a child row: a foreign key constraint fails
- Git
- kafka-connect
- 1452
- 페이지네이션 최적화
- 참조무결성
Archives
- Today
- Total
목록전체 글 (119)
Kawaii_Jordy
[ControllerAdvice] @ControllerAdvice, @ExceptionHandler 예외 처리방법
https://blog.naver.com/hohomax/222199637983
취준/SPRING
2021. 7. 13. 17:27
[ControllerAdvice] Exception Handling
https://blog.naver.com/woqls22/222420878649
취준/SPRING
2021. 7. 13. 17:21
[Validation] Working with Date Parameters in Spring
https://www.baeldung.com/spring-date-parameters
취준/SPRING
2021. 7. 13. 16:44
[Validator] hibernate validator dependency 추가
build.gradle [잘못된 방법] implementation("org.hibernate.validator:hibernate-validator:7.0.0.Final") implementation("org.glassfish:jakarta.el:3.0.3") 위에 처럼 하면 import는 되는데 실행이 안됨 [Spring Boot에 맞는 방법] implementation("org.springframework.boot:spring-boot-starter-validation") implementation("org.springframework.boot:spring-boot-starter-web") https://kapentaz.github.io/spring/Spring-Boo-Bean-Validation-%E..
취준/SPRING
2021. 7. 13. 14:39