JHipster使用外部SQL编辑器连接到H2 DB

时间:2017-11-20 13:20:44

标签: jhipster

我可以在浏览器中连接到我的H2数据库:

http://localhost:8081/h2-console/login.jsp?jsessionid=649273874cf6ca550067b7f4bc033497

使用Dbvisualizer我可以连接,但我的架构和表格不存在?

连接浏览器的字符串:

jdbc:h2:file:./target/h2db/db/my;DB_CLOSE_DELAY=-1

我试过了:

jdbc:h2:file:./target/h2db/db/my;DB_CLOSE_DELAY=-1
jdbc:h2:file:<absolute path>/my;DB_CLOSE_DELAY=-1
jdbc:h2:tcp://localhost:9092/my;DB_CLOSE_DELAY=-1
jdbc:h2:tcp://localhost:9092/<absolute path>/my;DB_CLOSE_DELAY=-1

我应该将哪个JDBC字符串用于外部工具?

0 个答案:

没有答案