일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ubuntu
- Git
- MySQL
- jsp
- tool
- 맛집
- ReactJS
- JVM
- db
- AWS
- IntelliJ
- Spring Batch
- redis
- java
- linux
- Oracle
- devops
- 요리
- php
- Gradle
- Web Server
- jenkins
- it
- springboot
- Design Patterns
- elasticsearch
- Spring Boot
- javascript
- Spring
- laravel
Archives
- Today
- Total
아무거나
[h2 db] h2 console 접속문제 본문
반응형
[h2 console 접속문제]
접속 url : http://localhost:8080/h2-console
* 가장 처음 열었을때 기본값 jdbc:h2:~/test 으로 지정되는 경우에는 동작이 제대로
안하게 된다 아래 처럼 url값을 변경하자
- jdbc:h2:mem:testdb
반응형
'IT > 개발관련툴' 카테고리의 다른 글
VirtualBox 디스크 용량 확장 (0) | 2019.12.26 |
---|---|
[intellij] cannot run program "git.exe" 에러 (0) | 2019.08.23 |
[intellij] Lombok 활성화 설정 (0) | 2019.08.21 |
[intellij] cannot run program "git.exe" error (0) | 2019.08.21 |
[intellij] intellij에서 jdk버전을 바꿀 때 class 오류 해결 (0) | 2019.08.19 |
Comments