Dev study and notes

[스프링퀵스타트] DAY 01 CLASS 1.1 개발 환경 구축 본문

studyLog

[스프링퀵스타트] DAY 01 CLASS 1.1 개발 환경 구축

OPENLUNCH 2021. 11. 19. 00:22
반응형

re start.

 

1. 개발환경 구축

1.1 jdk 설치 > https://www.oracle.com/kr/java/technologies/javase/javase8-archive-downloads.html

* 현재 오라클의 유료 정책으로 jdk 8 의 경우 202 버전까지가 무료.

//

 

1.2 이클립스 설치 > https://www.eclipse.org/downloads/

 

Eclipse Downloads | The Eclipse Foundation

The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 375 open source projects, including runtimes, tools and frameworks.

www.eclipse.org

* 현재 2021-09 버전이 최신

다운로드 패키지 클릭후 페이지 이동

 

 'EE' 엔터프라이즈 버전으로 저장

저장 완료 > 압축해제

//

 

1.3 톰캣 서버 설치 및 이클립스 연동 > https://tomcat.apache.org/download-80.cgi

 

Apache Tomcat® - Apache Tomcat 8 Software Downloads

Welcome to the Apache Tomcat® 8.x software download page. This page provides download links for obtaining the latest versions of Tomcat 8.x software, as well as links to the archives of older releases. Unsure which version you need? Specification versions

tomcat.apache.org

*안정적 버전 및 책에선 8버전 > 현재 최신 8.5.72

 

저장 완료 > 압축해제

 

 

*현재 상태

 

 

서버뷰에서 서버 등록

실행 및 엑세스 허용 > 이클립스 콘솔 확인

//

 

1.4 데이터베이스 구축 > 심플한 h2 사용

https://www.h2database.com/html/main.html

 

H2 Database Engine

H2 Database Engine Welcome to H2, the Java SQL database. The main features of H2 are: Very fast, open source, JDBC API Embedded and server modes; in-memory databases Browser based Console application Small footprint: around 2 MB jar file size     Suppor

www.h2database.com

 

zip 파일 다운 및 압축 해제

 

* 현재 상태

h2 실행은 h2w.bat 파일 실행.

url 확인 입력 > 연결

 

sql 삽입후 실행

 

입력 확인.

//

 

1.5  STS (Spring Tool Suite) 플러그인 설치

이클립스 > 마켓플레이스 "Spring Tool Suit for 3.7.3"(책에서의 버전) install 그러나 나는 3.9.14로 설치!

다음 > 라이센스 동의 > 완료

 

설치중... 오래걸림... (이클립스 아래 하단 확인)

 

설치후 이클립스 재실행.(오래걸림..)

 

이클립스 설정에 spring 항목 생성 확인..

 

오늘은 여기까지.

 

다음 1.2 진행 예정

 

다음포스팅

https://devlunch4.tistory.com/112

 

[스프링 퀵스타트] DAY 01 CLASS 1.2 실습 프로젝트 생성 중 오류 해결

프로젝트 생성하려는데 이클립스 실행 후 오류 발생 스프링.. 이클립스.. 내가 이클립스 싫어하는 이유.. 문구는 아래와 같다. An internal error occurred during: "Initializing Java Tooling". org/ecl..

devlunch4.tistory.com

 

반응형
Comments