메모리 베이스 h2 디비 구동

Yeeun·2025년 4월 29일
0

SpringBoot

목록 보기
25/46

http://localhost:8080/h2-console/

DataSource Setting

spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:test
spring.datasource.username=sa
spring.datasource.password=

프로퍼티에 세팅이 이렇게 되어있으니


JDBC URL: jdbc:h2:mem:test 로 해기
패스워드 세팅안하면 입력안하고도 들어 갈 수 있음

component 어노테이션 없으면 안올라감

0개의 댓글