initial commit

Change-Id: Ifff11d70d3ad0897c6d8db7b85e25b79e85bf276
This commit is contained in:
Scaffolder
2026-07-01 18:28:54 +00:00
commit 3053ebb4b1
135 changed files with 27681 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