"윈도우 스프링개발환경 STS 설치"의 두 판 사이의 차이

46번째 줄: 46번째 줄:
*[[D:\workspace]]
*[[D:\workspace]]
*[[MyFirstSpring 프로젝트]]
*[[MyFirstSpring 프로젝트]]
*[[이클립스 STS 플러그인 설치]]


==주석==
==주석==

2016년 2월 24일 (수) 13:23 판

스프링 프레임워크 설치
스프링 툴 스위트 설치, STS 번들 설치; STS 설치

1 사전작업

2 다운로드

  • http://spring.io/tools/sts/all 접속
  • Based on Eclipse 4.5.1 클릭
  • WIN, 64BIT 아래의 zip 클릭하여 spring-tool-suite-3.6.3.SR1-e4.4.1-win32-x86_64.zip 다운로드 (430 MB)

3 설치

  • zip 파일 압축 해제
  • sts-bundle 폴더를 D:\로 이동

4 실행

  • D:\sts-bundle\sts-3.6.3.SR1 폴더에 있는 STS.exe 실행

 

  • "Workspace Launcher" --- Workspace:[1] D:\workspace\sts --- [v] Use this as the default and do not ask again --- [OK]
  • Dashboard 탭 닫기
  • 작업표시줄의 STS 아이콘 우클릭 --- 이 프로그램을 작업표시줄에 고정

5 새 MVC 프로젝트

  • Package Explorer의 빈공간에서 우클릭 --- New --- Spring Project
  • "New Spring Project" --- Project name: MyFirstSpring
  • Templates: Spring MVC Project 선택 --- [Next >]
  • "Spring MVC Project requires a download of 16608 bytes." --- [Yes]
  • Please specify the top-level package e.g. com.mycompany.myapp*: com.jmnote.myfirstspring --- [Finish]

6 프로젝트 실행

  • Package Explorer --- MyFirstSpring 우클릭 --- Run As --- Run on Server
  • "Run On Server" --- [Finish]
  • "Windows 보안 경고" --- [액세스 허용(A)]
Hello world! 
The time on the server is 2015? 1? 26? (?) ?? 1? 27? 06?.

7 같이 보기

8 주석

  1. 기본값은 C:\Users\jmnote\Documents\workspace-sts-3.6.3.SR1
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}