From c0559ca2c15089047b9edf4b2cdba9f2e31551ff Mon Sep 17 00:00:00 2001 From: burrsutter Date: Tue, 13 Oct 2020 17:56:39 -0400 Subject: [PATCH] updated db name --- src/main/resources/application-mysql.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-mysql.properties b/src/main/resources/application-mysql.properties index d388c9e6d..527885872 100644 --- a/src/main/resources/application-mysql.properties +++ b/src/main/resources/application-mysql.properties @@ -1,5 +1,5 @@ # database init, supports mysql too -database=mysql +database=petclinic spring.datasource.url=${MYSQL_URL:jdbc:mysql://localhost/petclinic} spring.datasource.username=${MYSQL_USER:petclinic} spring.datasource.password=${MYSQL_PASS:petclinic}