build.gradle
runtimeOnly 'com.h2database:h2:1.4.199'
application.yml
spring:
h2:
console:
enabled: true
path: /h2-console
datasource:
url: jdbc:h2:mem:mydb
username: sa
password:
driver-class-name: org.h2.Driver
'스프링 관련 > 스프링 따라하기' 카테고리의 다른 글
spring JpaAuditing (1) | 2022.11.06 |
---|---|
3. Repository (0) | 2022.05.24 |
2. Controller Test (Get/Post/Put/Delete) (0) | 2022.05.23 |
1. 스프링 프로젝트 전 환경설정 (java/intellj/spring project 생성 및 설정) (0) | 2022.05.23 |
댓글