Update application-mysql.properties for OpenShift issue

This commit is contained in:
matt.rossi 2020-01-08 18:07:13 +01:00
parent a2314c69d9
commit 58e3ab4deb
1 changed files with 4 additions and 1 deletions

View File

@ -1 +1,4 @@
spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
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}