initial commit

Change-Id: I21f5a264583e68b5c6ad10d5d529a225832fbbf7
This commit is contained in:
Scaffolder
2026-07-20 14:32:03 +00:00
commit 24fa3550bb
138 changed files with 28056 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