
index
1️⃣ Git Clone 해서 과제 제출 준비를 해요
자세한 방법은 과제 미션 제출란에 적혀 있습니다
https://github.com/CEOS-Developers/spring-tutorial-21st
2️⃣ Spring Initializer 로 프로젝트 시작해요
**Spring initializer 는 Spring 프로젝트를 초기 설정을 쉽게 만들어줘요**
- Project : Gradle - Groovy
- Language : Java 17
- Spring Boot : 3.2.9
- Project Metadata
- Group : com.ceos21
- Artifact : spring-boot
- Name : spring-boot
- Description : Demo project for Spring Boot
- Package name : com.ceos21.spring-boot
- Packaging : Jar
- Java version : 17
- Dependencies

다운로드 받은 파일의 압축을 풀어주면 위와 같은 파일을 확인할 수 있어요

spring-boot 에 있던 모든 파일들을 git clone 한 spring-boot-tutorial-21st에 이동시켜요
추가로 하단의 .gitignore 파일을 추가합니다. (gitignore.txt 내용을 복사/붙여넣기 합니다)
gitignore.txt