Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 깡돼후
- 코루틴 빌더
- Value too long for column
- JanusGateway
- kotlin
- JanusWebRTCGateway
- Spring Batch
- table not found
- addhooks
- 오블완
- 달인막창
- 겨울 부산
- preemption #
- 코루틴 컨텍스트
- mp4fpsmod
- taint
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- PersistenceContext
- 개성국밥
- tolerated
- 자원부족
- VARCHAR (1)
- python
- 티스토리챌린지
- JanusWebRTCServer
- terminal
- JanusWebRTC
- pytest
- PytestPluginManager
- vfr video
Archives
너와 나의 스토리
H2 - "Database "C:/Users/-/test" not found, either pre-create it or allow remote database creation (not recommended in secure environments) 문제 해결 본문
개발/Spring Boot
H2 - "Database "C:/Users/-/test" not found, either pre-create it or allow remote database creation (not recommended in secure environments) 문제 해결
노는게제일좋아! 2020. 5. 10. 16:47반응형
다음과 같은 오류가 났다
"C:/Users/유저명/test"가 없어서 생긴 문제이다.
메모장을 켜고, 빈 메모장을 test.mv.db로 저장했다.
그리고 다시 연결해보면?!!
연결 성공!
하지만! 데이터 연동이 안된다...... ㅠㅠ
해결책:
[JDBC URL: jdbc:h2:mem:testdb]로 설정해주니 연결, 연동 다 잘된다. ㅎㅎ
test.mv.db 파일은 그냥 삭제했다....
반응형
'개발 > Spring Boot' 카테고리의 다른 글
URL Design (0) | 2020.07.25 |
---|---|
[Spring security] "*.permitAll()"을 해도 post가 안된다면 (1) | 2020.07.17 |
import org.h2.server.web.WebServlet; 에러나는 경우 해결법 (0) | 2020.07.10 |
[Spring] Intellij - http로 json 데이터 전송 (0) | 2020.05.10 |
[Spring] "This application has no explicit mapping for /error, so you are seeing this as a fallback." 문제 해결 (0) | 2020.05.05 |
Comments