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 | 31 |
Tags
- Javascript
- PostgreSQL
- git
- java
- 트랜잭션
- rsync
- 추상클래스
- 리눅스
- mysql
- oracle
- spring
- IntelliJ
- analytics4
- mssql
- 호이스팅
- 오블완
- MongoDB
- docker
- JPA
- group by
- DBMS
- 티스토리챌린지
- Linux
- 명령어
- 인터페이스
- 차이점
- SQL
- MariaDB
- top
- 자바
Archives
- Today
- Total
목록2024/10/17 (1)
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) 밑 줄 없애기
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를 연결 하면 되는데, 굳이 할 생각이 없..
UTIL
2024. 10. 17. 00:05