PWS 실습환경

Jmnote (토론 | 기여)님의 2016년 4월 11일 (월) 10:12 판 (→‎Spring init)

1 개요

PWS 실습환경
소프트웨어 파일명 URL
윈도우 JDK 설치 jdk-8u77-windows-x64.exe http://www.oracle.com/technetwork/java/javase/downloads/index.html
윈도우 STS 설치 spring-tool-suite-3.7.3.RELEASE-e4.6-win32-x86_64.zip https://spring.io/tools
윈도우 Git 설치 Git-2.8.1-64-bit.exe https://git-scm.com/download/win
자료 https://github.com/mstine/CloudNativeArchitectureClass

(필요시)

2 Spring init

  • http://start.spring.io/
  • Group: com.example
  • Aritfact: demo
  • Dependencies: JPA, Web, MySQL, Jersey (JAX-RS)
  • [Generate Project] 클릭 --- demo.zip 다운로드

3 같이 보기

4 참고 자료