initial commit

Change-Id: I3e2da1038a94cf62d9626f716f049021bfe1c697
This commit is contained in:
Scaffolder
2026-08-07 20:13:02 +00:00
commit 61d39bb79e
139 changed files with 28500 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# database init, supports mysql too
database=mysql
spring.datasource.url=${MYSQL_URL:jdbc:mysql://localhost/petclinic}
spring.datasource.username=${MYSQL_USER:petclinic}
spring.datasource.password=${MYSQL_PASS:petclinic}
# SQL is written to be idempotent so this is safe
spring.sql.init.mode=always