Posts by Year

2020

Aws_rds_connect_time_out

최대 1 분 소요

“java.sql.SQLNonTransientConnectionException: Could not connect to address=(host=springboot2-webservice.ctwad1edhzet.ap-northeast-2.rds.amazonaws.com)(port=3...

Query_syntax_exception: foo is not mapped

최대 1 분 소요

“QuerySyntaxException: posts is not mapped…” 테스트 코드를 돌리니 위와 같은 에러가 났다. 구글링을 하니 JPQL은 대부분 대소문자 구분이 없지만, 이를 구분하는 경우 중 하나는 자바 객체명이라고 한다. 즉, 테이블과 매핑된 도메인의 클래...