Spring3 [IntelliJ] 한글 깨짐 VM 설정 1. Shift 2번 클릭 2. Edit Custom VM Options... 클릭 Edit Custom VM Options... 4. 아래 내용 입력 -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8 5. 인텔리제이 종료 후 재 실행 File Encodings 1. File > Settings 2. File Encodings 입력 3. UTF-8 변경. Global Encoding: UTF-8 Project Encoding: UTF-8 Default encoding for properties files: UTF-8 2023. 12. 11. [Spring] all about spring 보호되어 있는 글 입니다. 2023. 11. 26. [Spring] H2 TEST H2 실행 $ D:\dev\study\spring\h2-2023-09-17\h2\bin>h2.bat H2 JDBC URL > jdbc:h2:~/test > jdbc:h2:tcp://localhost/~/test : 파일을 접속하는게아니라 TCP 통신으로 접속하기 떄문에 여러곳에서 접근이 가능 Sample DB drop table if exists member CASCADE; create table member ( id bigint generated by default as identity, name varchar(255), primary key (id) ); 2023. 11. 23. 이전 1 다음