Merge pull request #8494 from matteoroxis/master

BAEL-3571 - Implement Health Checks in Openshift
This commit is contained in:
rpvilao 2020-02-02 18:42:50 +01:00 committed by GitHub
commit 2330e6d043
1 changed files with 4 additions and 1 deletions

View File

@ -1 +1,4 @@
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}