initial commit

Change-Id: I5cbee0a1a6543db2f1d21fbe656e72aa8b152994
This commit is contained in:
Scaffolder
2026-08-24 14:18:14 +00:00
commit 0042387407
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