initial commit

Change-Id: I6939ee9a344fe9ca09034b0385314e61a22f4696
This commit is contained in:
Scaffolder
2026-08-14 19:18:56 +00:00
commit e0a942d1d0
139 changed files with 28500 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# database init, supports postgres too
database=postgres
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