반응형
폴더 구성
- Libs : 라이브러리 등, 하위의 maven_repository에 maven에서 다운로드 받은 라이브러리 저장
- Output : log, web app 실행 중 발생하는 산출물 저장
- Tools : eclipse, tomcat 등의 위치
- Workspace : 프로젝트 소스 저장
JDK 설치
- JDK 설치: http://www.oracle.com/technetwork/java/javase/downloads/index.html
- JAVA_HOME 환경 변수 설정 : jdk 루트 경로
- Path 환경변수에 %JAVA_HOME%\bin 추가
tomcat 설치
- http://tomcat.apache.org/download-70.cgi 에서 Tomcat 압축파일 다운로드 하여 {루트}\Tools 아래 압축 해제
Eclipse 설치
- eclipse for java ee developers 다운로드 하여 {루트}\Tools 아래 압축 해제
- Package Explorer 윈도우의 Servers 삭제, Servers 윈도우의 Server 삭제
- Server 추가
- Servers 윈도우의 Tomcat 더블클릭 - Overview의 Server Locations 변경
- server.xml의 URIEncoding 추가
URIEncoding="UTF-8" 추가 - preference의 resource encoding 변경
MySQL 설치
- MySQL 설치파일 설치 ( 출처 : http://www.mysql.com/downloads/mysql/ -> 파일 다운로드 )
MySQL Workbench 설치
NginX 설치
- download : http://nginx.org/en/download.html / Stable verion 다운로드
- Nginx 실행
Nginx 폴더의 nginx 실행 또는 프롬프트로 해당 경로 진입하여 nginx 실행
환경 설정 파일 수정 후에는 반드시 nginx를 재 시동해야함 - Nginx 명령어
중지 : nginx –s stop
재시동 : nginx –s reload
반응형
'Spring > Spring Framework' 카테고리의 다른 글
IoC (0) | 2019.09.21 |
---|---|
HttpMessageConverter (0) | 2019.08.02 |
batch (0) | 2019.02.25 |
AOP (0) | 2019.02.12 |
Spring Framework (0) | 2018.11.11 |