DINO_SCRUM/target/classes/application.properties
2019-01-13 18:41:23 +01:00

10 lines
293 B
Properties

# 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