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
책과 같은 버전의 설치 파일은 다음 두 가지 방법 중 하나를 선택해 다운로드할 수 있습니다.
https://drive.google.com/drive/folders/1jBwNw1XlwHitbB-_7fKdDBQCzvA0GoXJ
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
애플리케이션 오류가 나는 주요 이유는 다음 세 가지입니다.
- 오타
- 이클립스 버그
- Gradle import가 안 된 경우
각 요인별 해결책은 다음과 같습니다.
- 소스코드를 다운로드 받아 실행해 보세요.
- 이클립스를 껐다 켜보세요. 그래도 안 된다면, 이클립스 상단 메뉴 Project > Clean를 실행해 보세요.
- 프로젝트 우클릭 > Gradle > Refresh Gradle Project를 실행해 보세요.