Database "mem:testdb" not found, either pre-create it or allow remote database creation (not recommended in secure environments) [90149-200] 90149/90149

Database "mem:testdb" not found, either pre-create it or allow remote database creation (not recommended in secure environments) [90149-200] 90149/90149 

h2 데이터베이스 테스트할 때 위의 오류가 발생했다. 하지만 구글링으로 오류 해결

❗build.gradle 의존성 삭제

✔️수정 전

runtimeOnly 'com.h2database:h2'

✔️수정 후

지우기

runtimeOnly 'com.h2database:h2'


❗application.properties 추가

✔️추가

spring.datasource.url=jdbc:h2:mem:testdb'

.

.

📝참고자료

[springboot-h2] Database "mem:testdb" not found, either pre-create it or allow remote database creation 오류 해결!

좋은 웹페이지 즐겨찾기