From fbdddc4b12af95fa207b6bb0ed40d199b7bea4b3 Mon Sep 17 00:00:00 2001 From: burrsutter Date: Tue, 13 Oct 2020 18:38:25 -0400 Subject: [PATCH] another attempt at mysql properties --- 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 527885872..d388c9e6d 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=petclinic +database=mysql spring.datasource.url=${MYSQL_URL:jdbc:mysql://localhost/petclinic} spring.datasource.username=${MYSQL_USER:petclinic} spring.datasource.password=${MYSQL_PASS:petclinic}