We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f4fe5 commit 575d5c6Copy full SHA for 575d5c6
src/main/resources/application-prod.yml
@@ -5,7 +5,7 @@ logging:
5
6
spring:
7
datasource:
8
- url: ${aws-mysql.url}
+ jdbc-url: ${aws-mysql.url}
9
username: ${aws-mysql.username}
10
password: ${aws-mysql.password}
11
driver-class-name: com.mysql.cj.jdbc.Driver
0 commit comments