Guest User

Untitled

a guest
Jun 20th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. /home/public/h2
  2.  
  3. # Datasource
  4. spring.datasource.url=jdbc:h2:file:/home/public/h2
  5. spring.datasource.username=sa
  6. spring.datasource.password=
  7. spring.datasource.driver-class-name=org.h2.Driver
  8.  
  9. Caused by: org.h2.jdbc.JdbcSQLException: A file path that is implicitly relative to the current working directory is not allowed in the database URL "jdbc:h2:file:/home/public/h2". Use an absolute path, ~/name, ./name, or the baseDir setting instead. [90011-197]
  10. at org.h2.message.DbException.getJdbcSQLException(DbException.java:357) ~[h2-1.4.197.jar:1.4.197]
Add Comment
Please, Sign In to add comment