Spring Boot & JPA 실무 과정 자료]Spring Boot 설치와 사용(Bootstrapping)
Spring Boot & JPA 실무 과정 자료] Spring Boot 설치와 사용(Bootstrapping)
실무개발자를위한 실무교육 전문교육센터학원
www.oraclejava.co.kr에 오시면 보다 다양한 강좌를 보실 수 있습니다.
Spring Boot 설치와 사용(Bootstrapping)
■ 설치
JDK 8 설치 http://iclass.tistory.com/entry/1-Java-SE-Development-Kit-8-설치-v180
Maven 설치 http://freestrokes.tistory.com/entry/MAVEN-MAVEN-설치-및-Eclipse-연동하기
STS 설치 http://jwgye.tistory.com/12
※ STS설치시 주의사항
■ 알집(Alzip) 설치
- Window기본 압축 프로그램이 너무 느려서 알집등으로 압축 해제
■압축파일 이름 짧게 변경
- spring-tool-suite-3.8.4.RELEASE-e4.6.3-win32-x86_64.zip 등으로 파일이름이 너무 길어서 이대로 압축해제시 window 자체오류 발생함
- Sts.zip 등으로 짧게 변경하고 압축해제
'자바 > Spring Boot & JPA' 카테고리의 다른 글
Spring Boot & JPA 실무 과정 자료]프로젝트 작성 (0) | 2017.07.24 |
---|---|
Spring Boot & JPA 실무 과정 자료]STS설치시 주의사항 (0) | 2017.07.24 |
Spring Boot & JPA 실무 과정 자료]Dao작성 (0) | 2017.07.21 |
Spring Boot & JPA 실무 과정 자료]AbstractDao 작성 (0) | 2017.07.21 |
Spring Boot & JPA 실무 과정 자료]tx:annotation-driven 설정 (0) | 2017.07.21 |