본문 바로가기

Spring5

[Error/JSP] Eclipse properties이 없을 때 Eclipse를 실행하다 보면 가끔씩 없는 파일들이 있습니다. 저는 properties를 사용하려고 하니 다운이 되어있지 않아서 설치를 했습니다. Work with에 "http://propedit.sourceforge.jp/eclipse/updates"를 작성하고 PropertiesEditor를 선택하여 Next를 눌러주세요. Next를 눌러줍니다. I accept the terms of the license agreements를 선택한 후 Finish를 눌러주면 설치가 됩니다. 저는 설치하던 중 아래와 같은 경고문이 떴습니다. Install anyway를 눌러줍니다. Warning : Installing unsugned software for which the authenticity or validit.. 2022. 2. 14.
[JSP] Eclipse에 sql파일이 없을 때 저는 Eclipse에 SQL 폴더를 생성할 수 없게 아무것도 검색되지 않아서 글을 작성했습니다. sql 파일이 안 보였던 이유가 생각보다 간단하더라고요. Database Development가 설치되어 있지 않기 때문입니다. 우선 sql을 확인하는 방버을 알려드릴게요. 우클릭 => New => Other...로 들어갑니다. 아래에 보시는 사진과 같이 sql폴더가 보이지 않아서 생성할 수가 없습니다. 지금부터 따라하시면 됩니다. Help => Install New Software...로 들어갑니다. v를 누르면 설치한 파일들이 나오는데 그 중 "eclipse.org/releases/"가 있는 파일을 선택합니다. 설치한 버전과 폴더가 다르기 때문에 주소는 조금씩 다릅니다. "eclipse.org/releas.. 2022. 2. 11.
[ALL] Eclipse UTF-8 Encoding UTF-8로 Encoding 해줄게요~ Window에 Preferences 들어가 줍니다. Content Types => Java Class File => utf-8 => Update를 해주세요 Editors => Text Editors => Spelling => Default (UTF-8) => Apply를 해주세요. Workspace => Other : UTF-8 => Apply를 해줍니다. 왼쪽 상단에 검색하는 곳이 있습니다. 거기에 encoding이라고 쳐주세요. encoding => CSS Files => Encoding : ISO 10646/Unicode(UTF-8) => Apply를 해주세요. HTML Files => Encoding : ISO 10646/Unicode(UTF-8) => Ap.. 2022. 1. 26.
[Spring] Spring Tool Download Spring Tool을 설치해보겠습니다. 아래 링크를 타고 들어가면 Spring Tools 4다운로드 화면이 나옵니다. https://spring.io/tools Spring Tools 4 is the next generation of Spring tooling Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE. spring.io 접속해서 스크롤을 조금 내리면 아래와 같은 화면이 나옵니다. 현재 사용하고 있는 환경에 맞춰서.. 2021. 12. 18.