[go: nahoru, domu]

Skip to content

insightbook/Spring-Boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

스프링 부트 시작하기

Alt text

예제 파일 다운로드

장별 예제 파일

2장: https://github.com/insightbook/Spring-Boot/tree/master/02%EC%9E%A5

3장: https://github.com/insightbook/Spring-Boot/tree/master/03%EC%9E%A5

4장: https://github.com/insightbook/Spring-Boot/tree/master/04%EC%9E%A5

5장: https://github.com/insightbook/Spring-Boot/tree/master/05%EC%9E%A5

6장: https://github.com/insightbook/Spring-Boot/tree/master/06%EC%9E%A5

7장: https://github.com/insightbook/Spring-Boot/tree/master/07%EC%9E%A5

8장: https://github.com/insightbook/Spring-Boot/tree/master/08%EC%9E%A5

10장: https://github.com/insightbook/Spring-Boot/tree/master/10%EC%9E%A5

정오표: https://docs.google.com/spreadsheets/d/1B8XKRN97XY_14e8liIjEov-35HtVhN8TI8S0EllVN4M

설치 파일 다운로드

책과 같은 버전의 설치 파일은 다음 두 가지 방법 중 하나를 선택해 다운로드할 수 있습니다.

1. 책과 같은 버전의 설치 파일을 한꺼번에 다운로드하기

https://drive.google.com/drive/folders/1jBwNw1XlwHitbB-_7fKdDBQCzvA0GoXJ

2. 책과 같은 버전의 설치 파일을 직접 다운로드하기

Eclipse: https://www.eclipse.org/downloads/packages/release/2018-12/r

Mysql: https://dev.mysql.com/downloads/installer/

Sqlyog: https://github.com/webyog/sqlyog-community/wiki/Downloads

Postman: https://www.getpostman.com/downloads/

Filezilla: https://filezilla-project.org/download.php?type=client

Putty: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

오류가 발생했을 때

오류 발생 이유

애플리케이션 오류가 나는 주요 이유는 다음 세 가지입니다.

  1. 오타
  2. 이클립스 버그
  3. Gradle import가 안 된 경우

해결책

각 요인별 해결책은 다음과 같습니다.

  1. 소스코드를 다운로드 받아 실행해 보세요.
  2. 이클립스를 껐다 켜보세요. 그래도 안 된다면, 이클립스 상단 메뉴 Project > Clean를 실행해 보세요.
  3. 프로젝트 우클릭 > Gradle > Refresh Gradle Project를 실행해 보세요.

About

<스프링 부트 시작하기> 소스코드

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published