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

23번째 줄: 23번째 줄:
*작업표시줄의 STS 아이콘 우클릭 --- 이 프로그램을 작업표시줄에 고정
*작업표시줄의 STS 아이콘 우클릭 --- 이 프로그램을 작업표시줄에 고정


==새 MVC 프로젝트==
==후속 실습==
*Package Explorer의 빈공간에서 우클릭 --- New --- Spring Project
*[[스프링 레거시 프로젝트]] (Spring MVC 프로젝트)
*"New Spring Project" --- Project name: MyFirstSpring
*[[스프링 스타터 프로젝트]] (Spring Boot, 독립실행가능)
*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]
 
==프로젝트 실행==
*Package Explorer --- MyFirstSpring 우클릭 --- Run As --- Run on Server
*"Run On Server" --- [Finish]
*"Windows 보안 경고" --- [액세스 허용(A)]
 
<source lang='text'>
Hello world!
The time on the server is 2015? 1? 26? (?) ?? 1? 27? 06?.
</source>


==같이 보기==
==같이 보기==

2016년 3월 10일 (목) 12:42 판

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

1 사전작업

2 다운로드

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

3 설치

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

4 실행

  • D:\Portable\sts-bundle\sts-3.7.2.RELEASE 폴더에 있는 STS.exe 실행

 

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

5 후속 실습

6 같이 보기

7 주석

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