본문 바로가기
IDE/IntelliJ

[IntelliJ] MYBATIS SQLMAP 경고( Warning) 표시 제거

by ZeroRadish 2022. 12. 1.

IntelliJ IDEA 2022.2.3 (Ultimate Edition)

Build #IU-222.4345.14, built on October 5, 2022

 

SQLMAP에 작성한 SQL문장을 실제 데이터 소스와 연결 하여 사용하지 않는다면, Intellij에서SQLMAP의 모든줄에 경고가 표시 되기 때문에 보기 좋지 않다.

 

File > Setting > Editor >  Inspections

경고 표시를 제거하기 위해서는 아래 3개 항목을 체크 해재 해야한다.

 

  • SQL
      - No data sources configured 
      - SQL dialect detection
      - Unresolved reference

출처: https://zeroradish.tistory.com/19