본문 바로가기

개발

[Spring] STS를 이용한 maven 웹프로젝트 기본환경 구축

- sts(spring tool suite)를 이용한 maven 웹프로젝트 기본환경 구축

- sts 3.6.3.RELEASE version


1. sts다운로드 및 설치

- http://spring.io/tools/sts/all 


2. file -> new -> spring project

-> Simple Spring Web Maven 선택

-> Projcet name 입력

-> Finish


3. 실행 해보면 한글이 깨져서 보임. 

- jsp파일에 page 지시자 추가

       <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>