❗ application.yml 파일 수정
application.yml 파일에
spring:
h2:
console:
enabled: true
path: /h2-console
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:mem:testdb
username: sa
password:
❗ h2-console 접속
이와 같이 연결하고 http://localhost:8080/h2-console로 접속한 후
728x90
반응형
'🔻Back-End > Database' 카테고리의 다른 글
[MySQL] MySQL 컬럼 추가, 변경 명령어 (0) | 2023.01.30 |
---|---|
[Redis] Redis 설치하기 (0) | 2023.01.11 |
[MariaDB error] mariaDB driver 오류 (0) | 2022.11.30 |
[H2 error] h2 console localhost에서 연결을 거부했습니다. (0) | 2022.11.23 |
[H2 error] File corrupted while reading record: null. Possible solution: use the recovery tool (0) | 2022.11.15 |