# H2 spring.h2.console.enabled=true spring.h2.console.path=/h2 spring.jpa.hibernate.ddl-auto=create spring.jpa.generate-ddl=true # Datasource spring.datasource.url=jdbc:h2:file:~/sysmag spring.datasource.username=sa spring.datasource.password= spring.datasource.driver-class-name=org.h2.Driver