H2 Console Cant see tables created by JAVA

后端 未结 7 1855
北海茫月
北海茫月 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:56

    You can also avoid this problem by using the same version between H2 console and your Java code.

    This is how I solved this same issue here.

提交回复
热议问题