
- https://start.spring.io/
- Project → Gradle - Kotlin
- Language → Java
- Spring Boot → 3.4.2
- Project Metadata / Java → 21
- Dependencies
- Spring Web
Spring Data JPA
H2 Database
Lombok
이동 전 작업 공간 정리
git restore --staged --worktree .
git clean -d –-force = -git clean -df
git checkout p-[수업 번호]
git diff p-[수업 번호]...q-[수업 번호]