first commit

This commit is contained in:
ryanwong
2023-11-20 07:35:49 -05:00
commit 5ed833ade3
117 changed files with 24993 additions and 0 deletions
@@ -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