h2 (embedded mode ) database files problem

前端 未结 4 1853
刺人心
刺人心 2020-12-03 14:47

There is a h2-database file in my src directory (Java, Eclipse): h2test.db

The problem:

  • starting the h2.jar from the command line (and thus the h2 b

4条回答
  •  情深已故
    2020-12-03 15:00

    If you are using Hibernate try this in hibernate.cfg.xml file:

    jdbc:h2:file:db/h2test
    

    without *.db extension at the end

提交回复
热议问题