mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-12 01:11:10 +00:00
Добавил файлы для работы с миграцией Liquibase
This commit is contained in:
parent
ab1d5364a0
commit
1ae24dd229
9 changed files with 408 additions and 5 deletions
|
|
@ -4,4 +4,4 @@ spring.datasource.url=${POSTGRES_URL:jdbc:postgresql://localhost/petclinic}
|
|||
spring.datasource.username=${POSTGRES_USER:petclinic}
|
||||
spring.datasource.password=${POSTGRES_PASS:petclinic}
|
||||
# SQL is written to be idempotent so this is safe
|
||||
spring.sql.init.mode=always
|
||||
spring.sql.init.mode=never
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue