BAEL-2104: Spring Boot deployment to AWS Beanstalk (#5951)

This commit is contained in:
Corneil du Plessis
2019-01-06 16:15:09 +02:00
committed by Diego Moreira
parent 20e8886165
commit 731a3cd229
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,3 @@
spring.datasource.url=jdbc:mysql://${rds.hostname}:${rds.port}/${rds.db.name}
spring.datasource.username=${rds.username}
spring.datasource.password=${rds.password}