본문 바로가기

STS

sts 웹 프로젝트 생성 후 주요 기본 설정 한글처리관련 (UTF-8 로 설정해줘야 하는 부분) STS Window > Preferences > General > Workspace >Text file encoding Window > Preferences > Web > CSS Files > Encoding Window > Preferences > Web > HTML Files > Encoding Window > Preferences > Web > JSP Files > Encoding 프로젝트 /WEB-INF/web.xml filter, filter-mapping 부분 추가 encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 encodingFilter .. 더보기
sts 4 에서 Spring Legacy Project 생성하기 sts 3까지는 Spring Legacy Project 생성을 지원했으나 4부터 지원안됨 sts3 플러그인을 설치하면 4에서 Spring Legacy Project 생성가능 상단 메뉴 Help > Eclipse MarketPlace 이동 후 'sts3' 입력하여 검색하면 Spring Tools 3 Add-On for Spring Tools 4..... 를 install 하면됨 설치가 완료되면 sts 가 재시작되는데 재시작 후에도 Spring Legacy Project 가 보이지 않는다면 당황하지 않고 other.. 를 눌러줌 아래 그림처럼 Spring 디렉토리 아래 확인되는것을 볼 수 있습니다. 더보기
STS 간단 설치 후 실행환경 설정 (for Eclipse, window64) 작성일 기준 sts 버전은 4.11.1 입니다. sts 설치전 java 1.8 버전을 먼저 설치하시기 바랍니다. 1. 접속주소 : 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 2. Spring Tools 4 for Eclipse 하단 설치할 PC OS 해당 .. 더보기