mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-11 17:01:11 +00:00
Update to Spring Boot 2.7.0
This commit is contained in:
parent
7c91e1b40b
commit
1db99dbb58
6 changed files with 54 additions and 54 deletions
|
|
@ -3,4 +3,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.datasource.initialization-mode=always
|
||||
spring.sql.init.mode=always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue