From 0cebd99e9edee9ae719acdcbade3545b9c6bef9c Mon Sep 17 00:00:00 2001 From: "matt.rossi" Date: Wed, 8 Jan 2020 18:07:13 +0100 Subject: [PATCH] Update application-mysql.properties for OpenShift issue --- .../src/main/resources/application-mysql.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-boot-bootstrap/src/main/resources/application-mysql.properties b/spring-boot-bootstrap/src/main/resources/application-mysql.properties index a1823b5d7f..069bf2e9d6 100644 --- a/spring-boot-bootstrap/src/main/resources/application-mysql.properties +++ b/spring-boot-bootstrap/src/main/resources/application-mysql.properties @@ -1 +1,4 @@ -spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect \ No newline at end of file +spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect +spring.application.name = spring-boot-bootstrap +spring.datasource.username = ${SPRING_DATASOURCE_USER} +spring.datasource.password = ${SPRING_DATASOURCE_PASSWORD} \ No newline at end of file