pinest94 / Spring-Data-JPA

자바 ORM 표준 JPA 프로그래밍 기본편을 공부하는 공간입니다 😀
0 stars 0 forks source link

h2 database connection error (OS: windows) #2

Open pinest94 opened 3 years ago

pinest94 commented 3 years ago

Database "~/test" not found, and IFEXISTS=true, so we cant auto-create it [90146-199]

위와 같은 에러메시지가 발생한 경우

  1. h2 설치시 All Platforms로 설치해야한다.
  2. 아래이미지와 같이 URL설정해준다. image
pinest94 commented 3 years ago

jdbc:h2:~/test