Version
- 자바 버전: 17
- 스프링 버전: 6.0
- 스프링 부트 버전: 3.2.1
Dependency
testImplementation
- Junit 5
- Mockito
- Security Test
- Restdocs
- H2
- redis container (test container)
- testImplementation 'org.springframework.boot:spring-boot-testcontainers’
implementation
- Spring Boot Starter
- Jpa
- Validation
- Web
- Test
- Mail
- DB (MySQL, H2)
- QueryDSL