의존성 추가 및 패키지 디렉토리 구성

implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
	runtimeOnly 'com.h2database:h2'

Untitled