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
- Cannot delete or update a parent row: a foreign key constraint fails
- code --no-sandbox
- Late row lookup
- Pagination Optimization
- Invalid character found in method name
- 참조무결성
- 23000
- Path Variable
- foreign key constraint fails
- kafka-connect
- kafkaconnect
- Query String
- reflog
- 페이지네이션 최적화
- git rebase -i
- API 설계
- event loop
- 제약 조건
- 1452
- debezium
- kafka connect
- jdbc connector
- Cannot add or update a child row: a foreign key constraint fails
- 1450
- programmers
- Git
- git reflog
- 페이지네이션
- constraint fails
- 문자열 검증
Archives
- Today
- Total
Kawaii_Jordy
[Java Error] Invalid character found in method name 본문
에러 발생 이유
위 Exception 은 HTTPS 의 사용이 어려운 클라이언트의 엔드포인트로부터 HTTPS 실행 요청이 들어왔을 경우 발생할 수 있는 예외이다.
해결 방법
https:// 대신 http:// 로 고쳤더니 해결 됨.
https:// 인 경우,
http:// 인 경우,
참고 링크
'취준 > SPRING' 카테고리의 다른 글
[Validation] Working with Date Parameters in Spring (0) | 2021.07.13 |
---|---|
[Validator] hibernate validator dependency 추가 (0) | 2021.07.13 |
[Validation] Hibernate Validator (0) | 2021.07.13 |
[Spring boot] Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: ??? is not mapped 오류 (0) | 2021.07.05 |
[프로젝트 관리 도구] Ant vs Maven vs Gradle (0) | 2021.07.01 |
Comments