fix db path
This commit is contained in:
parent
b99f287f8c
commit
854af431ae
@ -9,9 +9,9 @@ vaadin.launch-browser=true
|
||||
vaadin.allowed-packages = com.vaadin,org.vaadin,com.primefactorsolutions,com.hilerio.ace,com.flowingcode.vaadin
|
||||
|
||||
|
||||
spring.datasource.url=jdbc:h2:mem:testdb
|
||||
#spring.datasource.url=jdbc:h2:mem:testdb
|
||||
#spring.datasource.url=jdbc:h2:file:./db
|
||||
#spring.datasource.url=jdbc:h2:file:/var/opt/pfs/db
|
||||
spring.datasource.url=jdbc:h2:file:/var/opt/pfs/db
|
||||
spring.jpa.hibernate.ddl-auto=create-drop
|
||||
spring.sql.init.mode=always
|
||||
spring.datasource.driverClassName=org.h2.Driver
|
||||
|
Loading…
Reference in New Issue
Block a user