- 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"%>
'개발' 카테고리의 다른 글
[SPRING] java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext (0) | 2014.12.08 |
---|---|
[Spring] Eclipse(sts)에서 maven을 이용하여 tomcat에 배포하기 (0) | 2014.12.06 |
[BootStrap] 아이콘 색상 바꾸기 (0) | 2014.11.04 |
테이블 길이에 맞게 내용 맞추기 (0) | 2014.10.15 |
[jquery] 동적으로 변경된 html 값 가져오기. (0) | 2014.10.12 |