H2 Console Cant see tables created by JAVA

后端 未结 7 1873
北海茫月
北海茫月 2021-02-02 11:18

I have downloaded the H2 console from http://www.h2database.com/html/download.html
and I have configured the URL in my jdbc.properties file
to jdbc:h2

7条回答
  •  遇见更好的自我
    2021-02-02 11:55

    Had the same Problem.

    This solved it for me: Why is my embedded h2 program writing to a .mv.db file

    Just added ;MV_STORE=FALSE and ;MVCC=FALSE to the jdbc url and everything worked just fine.

提交回复
热议问题