- [ IDE/IntelliJ ]인텔리제이와 다른 IDE 간 프로퍼티 인코딩 문제 해결2024-07-25 14:09:321. 문제 발견아래와 같이 세팅 후 프로젝트를 진행 중 Eclipse를 사용하시는 팀원분께서 문제를 공유해 주셨다.https://djun95.tistory.com/11 Edit Custom Vm Options -> .vmoptions 파일 수정-Dfile.encoding=UTF-8-Dconsole.encoding=UTF-8위 두줄을 추가한다. * 탭 옵션을 찾기 어려운 경우 파일 탐색기능으로 'Edit Custom VM Options...' 를 찾" data-og-host="djun95.tistory.com" data-og-source-url="https://djun95.tistory.com/11" data-og-url="https://djun95.tistory.com/11" data-og-image=..
- [ IDE/IntelliJ ]인텔리제이 XML 노란색 배경 표시 제거2024-06-25 10:25:321. Settings File탭의 Settings... > Editor > Inspections > sql 검색파란색 표시 2개 항목 체크 해제File탭의 Settings... > Editor > Color Scheme > General > Injected language fragmentBackground 체크 해제 No Data Sources Configured데이터 소스가 설정되지 않았음을 의미, 데이터 소스는 데이터베이스 연결을 설정하는 것을 의미하며, IntelliJ IDEA에서 SQL 쿼리를 실행하거나 데이터베이스 탐색기를 사용하려면 데이터 소스를 구성해야 합니다. SQL Dialect DetectionIntelliJ IDEA에서 SQL 코드를 작성할 때 사용되는 특정 데이터베이스의 SQL 변형..
- [ IDE/IntelliJ ]인텔리제이 한글깨짐 문제 해결2024-05-29 09:22:211. VM옵션 설정Help탭 -> Edit Custom Vm Options -> .vmoptions 파일 수정-Dfile.encoding=UTF-8-Dconsole.encoding=UTF-8위 두줄을 추가한다. * 탭 옵션을 찾기 어려운 경우 파일 탐색기능으로 'Edit Custom VM Options...' 를 찾을 수 있다. 2. 파일 인코딩 설정File탭의 Settings... > Editor > File Encodings 의 설정을 변경한다.Global Encoding , Project Encoding : UTF-8Default encoding for properties files : UTF-8Transparent native-to-ascii convertion : 체크Global Encoding..