hanker

Intellij - No data sources are configured to run this SQL and provide advanced code assistance. Disable this inspection via problem menu (Alt+Enter). 경고(Warnings) 밑 줄 없애기 본문

UTIL

Intellij - No data sources are configured to run this SQL and provide advanced code assistance. Disable this inspection via problem menu (Alt+Enter). 경고(Warnings) 밑 줄 없애기

hanker 2024. 10. 17. 00:05
반응형

 

Mybatis를 이용해 xml파일에 query를 작성하여 데이터를 가져오기 위해 작성하는 도중에 

이렇게 모든 줄에 노란색 줄이 생기는데, 노란색 줄에 마우스 over 시키면 

No data sources are configured to run this SQL and provide advanced code assistance. Disable this inspection via problem menu (Alt+Enter)

데이터소스가 연결이 안되었다고 나오는 것 같다.

 

나는 대체로 intellij에 database 연결을 안하고 다른 DB tool을 사용하기 때문에 저렇게 경고 줄이 나왔다.

없애는 방법은 위 사진과 같이 Alt + Enter를 눌러서 Data Source를 연결 하면 되는데, 굳이 할 생각이 없기 때문에, 

소스 우측 상단에 

마우스 over 시키면 Highlight: All Problems를 Syntax로 바꾸면 아주 깔끔하게 다 사라진다.

 

 

 

 

 

 

반응형