타임리프 한글 깨짐, 한글 실행 안됨 index.html을 띄우는데 어디에도 오타가 없고 꺽쇠도 잘못 닫힌 게 없지만 아래와 같은 오류가 계속 발생했다. Caused by: org.attoparser.ParseException: Could not parse as expression: " 더보기 An error happened during template parsing (template: "class path resource [templates/index.html]") org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/..
이클립스에서 properties 파일 한글 깨질 때 workspace 인코딩을 UTF-8로 하여도 properties 파일은 한글이 깨지는 경우가 있습니다. 확장자명이 properties 인 파일도 따로 인코딩 설정을 해주어야 깨지지 않습니다. 상단 메뉴의 Window > Perferences를 클릭합니다. 검색 창에 enc를 검색하면 위와 같은 화면이 나옵니다. Content types: 에서 마지막에서 두 번째인 Text 왼쪽 > 표시를 눌러 모든 확장자명이 보이게 합니다. Java Properties File을 클릭하면 Default encoding 값이 ISO-8859-1로 되어있습니다. Default encoding 값을 UTF-8로 변경하면 오른쪽 Update 버튼이 활성화됩니다. Update..