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

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(다른 사용자 한 명의 중간 판 37개는 보이지 않습니다)
1번째 줄: 1번째 줄:
;스프링 프레임워크 설치
;스프링 프레임워크 설치
;스프링 툴 스위트 설치, STS 번들 설치; STS 설치  
;스프링 툴 스위트 설치, STS 번들 설치; STS 설치  
;STS 64비트 설치 ★


==사전작업==
==사전작업==
*[[윈도우 JDK 설치]]
*[[윈도우 JDK 설치]]


==다운로드==
==다운로드 및 설치==
*http://spring.io/tools/sts/all 접속
* https://spring.io/tools 접속
*Based on Eclipse 4.5.1 클릭
* DOWNLOAD STS (3.9.1.RELEASE for Windows) 클릭하여 spring-tool-suite-3.x.x.RELEASE-e4.x.x-win32.zip 다운로드 ( 400MB )
*WIN, 64BIT 아래의 zip 클릭하여 spring-tool-suite-3.7.2.RELEASE-e4.5.1-win32-x86_64.zip 다운로드 (430 MB)
* zip 파일 압축 해제
* sts-bundle 폴더를 [[D:\]]로 이동


==설치==
==STS 실행==
*zip 파일 압축 해제
*D:\sts-bundle\sts-3.x.x.RELEASE 폴더에 있는 STS.exe 실행
*sts-bundle 폴더를 [[D:\Portable]]로 이동
 
==실행==
*D:\Portable\sts-bundle\sts-3.7.2.RELEASE 폴더에 있는 STS.exe 실행


http://docs.spring.io/sts/nan/v350/images/splashscreen-2014.png
http://docs.spring.io/sts/nan/v350/images/splashscreen-2014.png


*"Workspace Launcher" --- Workspace:<ref>기본값은  C:\Users\zetawiki\Documents\workspace-sts-3.6.3.SR1</ref> D:\workspace\sts --- [v] Use this as the default and do not ask again --- [OK]
*"Select a directory as workspace" --- Workspace:<ref>기본값은  C:\Users\사용자명\Documents\workspace-sts-3.x.x.RELEASE</ref> D:\workspace-sts --- <big>☑</big> Use this as the default and do not ask again --- [Launch]
*Dashboard 탭 닫기
*Dashboard 탭 닫기
*작업표시줄의 STS 아이콘 우클릭 --- 이 프로그램을 작업표시줄에 고정
*작업표시줄의 STS 아이콘 우클릭 --- 이 프로그램을 작업표시줄에 고정


==새 MVC 프로젝트==
==UTF-8 설정==
*Package Explorer의 빈공간에서 우클릭 --- New --- Spring Project
{{참고|STS UTF-8 설정}}
*"New Spring Project" --- Project name: MyFirstSpring
 
*Templates: Spring MVC Project 선택 --- [Next >]
==(Optional) 폰트 설정==
*"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]


==프로젝트 실행==
==(Optional) Pivotal tc 서버 테스트==
*Package Explorer --- MyFirstSpring 우클릭 --- Run As --- Run on Server
*좌하단 Servers 탭 --- Pivotal tc Server Developer Edition v3.1 우클릭 --- Start
*"Run On Server" --- [Finish]
<syntaxhighlight lang='text'>
*"Windows 보안 경고" --- [액세스 허용(A)]
3월 10, 2016 1:46:22 오후 org.apache.catalina.startup.Catalina load
정보: Initialization processed in 1295 ms
3월 10, 2016 1:46:22 오후 org.apache.catalina.startup.Catalina start
정보: Server startup in 540 ms
</syntaxhighlight>
* Pivotal tc Server Developer Edition v3.1 우클릭 --- Stop


<source lang='text'>
==후속실습 예시==
Hello world!
*[[스프링 스타터 프로젝트]] (Spring Boot 프로젝트, 독립실행가능) ★
The time on the server is 2015? 1? 26? (?) ?? 1? 27? 06?.
*[[스프링 레거시 프로젝트]] (Spring MVC 프로젝트)
</source>


==같이 보기==
==같이 보기==
*[[스프링 툴 스위트 STS]]
*[[스프링 툴 스위트 STS]]
*[[STS Subclipse 설치]]
*[[ADT 설치]]
*[[ADT 설치]]
*[[스프링]]
*[[스프링]]
48번째 줄: 50번째 줄:
*[[이클립스 STS 플러그인 설치]]
*[[이클립스 STS 플러그인 설치]]
*[[Spring Starter Project 시작하기]]
*[[Spring Starter Project 시작하기]]
*[[Pivotal tc 서버 catalina.properties]]
*[[Pivotal tc 서버 포트 변경]]
* [[choco install SpringToolSuite]]


==주석==
==주석==
<references/>
<references/>


[[분류: Spring]]
[[분류: STS]]
[[분류: MyFirstSpring]]
[[분류: MyFirstSpring]]

2020년 11월 2일 (월) 02:50 기준 최신판

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

1 사전작업[ | ]

2 다운로드 및 설치[ | ]

  • https://spring.io/tools 접속
  • DOWNLOAD STS (3.9.1.RELEASE for Windows) 클릭하여 spring-tool-suite-3.x.x.RELEASE-e4.x.x-win32.zip 다운로드 ( 400MB )
  • zip 파일 압축 해제
  • sts-bundle 폴더를 D:\로 이동

3 STS 실행[ | ]

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

 

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

4 UTF-8 설정[ | ]

5 (Optional) 폰트 설정[ | ]

6 (Optional) Pivotal tc 서버 테스트[ | ]

  • 좌하단 Servers 탭 --- Pivotal tc Server Developer Edition v3.1 우클릭 --- Start
3월 10, 2016 1:46:22 오후 org.apache.catalina.startup.Catalina load
정보: Initialization processed in 1295 ms
3월 10, 2016 1:46:22 오후 org.apache.catalina.startup.Catalina start
정보: Server startup in 540 ms
  • Pivotal tc Server Developer Edition v3.1 우클릭 --- Stop

7 후속실습 예시[ | ]

8 같이 보기[ | ]

9 주석[ | ]

  1. 기본값은 C:\Users\사용자명\Documents\workspace-sts-3.x.x.RELEASE
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}