initial commit

Change-Id: Iae8e295e14589f385ea0fa61969623b801b0fd3a
This commit is contained in:
Scaffolder
2026-08-13 14:32:57 +00:00
commit 96f84616fa
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