1. build.gradle 추가 및 변경하기 2. properties 추가 및 변경하기 -. id/계정 관련 확인해서 변경하기 -. 테이블명 확인하기 3. h2idiSQL로 DB 생성하고 테이블 생성하기 ex) build.gradel -> 변경후 새로고침 필수 dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test' //추가 developmentOnly 'org.springframework.boot:spring-boot-devtools' compileOnly 'org.projectlombok..