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 |
Tags
- API 설계
- Invalid character found in method name
- 1452
- constraint fails
- event loop
- Query String
- programmers
- 1450
- 페이지네이션 최적화
- kafka connect
- jdbc connector
- debezium
- git reflog
- code --no-sandbox
- git rebase -i
- Path Variable
- Cannot delete or update a parent row: a foreign key constraint fails
- kafkaconnect
- 문자열 검증
- Git
- kafka-connect
- 참조무결성
- 페이지네이션
- 23000
- Late row lookup
- 제약 조건
- Pagination Optimization
- reflog
- foreign key constraint fails
- Cannot add or update a child row: a foreign key constraint fails
Archives
- Today
- Total
목록취준/SPRING (19)
Kawaii_Jordy
[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
[Validation] Hibernate Validator
https://cornswrold.tistory.com/495
취준/SPRING
2021. 7. 13. 14:18