mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-11 09:01:10 +00:00
12 lines
398 B
Properties
12 lines
398 B
Properties
spring.liquibase.contexts=dev
|
|
spring.liquibase.enabled=true
|
|
#spring.liquibase.run-on-startup=true
|
|
spring.liquibase.change-log=classpath:db/changelog/db.changelog-master.xml
|
|
|
|
spring.datasource.url=jdbc:h2:file:./data/testdb
|
|
spring.datasource.username=sa
|
|
spring.datasource.password=
|
|
spring.datasource.driver-class-name=org.h2.Driver
|
|
|
|
spring.h2.console.enabled=true
|
|
spring.h2.console.path=/h2-console
|