아무거나

[intellij] JPA 사용시 Cannot resolve table '테이블명' 오류 해결 본문

IT/개발관련툴

[intellij] JPA 사용시 Cannot resolve table '테이블명' 오류 해결

전봉근 2021. 1. 16. 14:09
반응형
  • JPA 사용할 때 @Table(name = "example") 로 지정한 부분에 에러 표시가(=Cannot resolve table '테이블명') 되는 부분 해결
    • 방법1: File > Setting > Editor > Inspection > JPA > Unresolved database references in annotations 체크 해제
    • 방법2: 데이터 베이스 연결
      • View > Tool Windows > Database > Data Source > 사용할 Sql 종류 선택 > Download missing driver files 클릭 및 접속 정보 입력
      • View > Tool Windows > Persistence
      • 마우스 우클릭 > Assign Data Sources... 클릭
      • 관련 테이블 정보 매핑
반응형
Comments