How to use a path relative to project root to H2 db-file configuration with Play Framework 2.4?
问题 We're developing a Play 2.4 application (Java API). For dev purposes, we'd like to use a persistent H2 database with DB file path relative to the project root directory. In How to use a persistent H2 database in the Play Framework instead of in-memory there was solution for Play 2.0: db.default.url="jdbc:h2:file:data/db" However, with Play 2.4 this doesn't seem to work but I get error message with the following exception at the bottom: Caused by: org.h2.jdbc.JdbcSQLException: A file path that