0. Docker 설치 참고 - https://steady-snb.tistory.com/63 1. JDK 다운로드 후 환경변수 설정각 운영체제에 맞는 jdk를 다운받은 후 환경변수 설정까지 마쳐줍니다. 2. IDE 다운로드아무 IDE를 다운받아도 무관합니다.저는 인텔리제이로 하겠습니다. 참고 - https://mozzi-devlog.tistory.com/45 3. MySQL 다운로드 참고 - https://code-angie.tistory.com/158#google_vignette 4. SpringBoot 생성 https://start.spring.io/ 접속 후 위 사진을 참고하여 자신만의 project name등을 기입 후의존성에 Spring Web, MySQL Driver, Spring Data..