Skip to content

Commit 575d5c6

Browse files
committed
chore: jdbc-url 추가
1 parent 49f4fe5 commit 575d5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ logging:
55

66
spring:
77
datasource:
8-
url: ${aws-mysql.url}
8+
jdbc-url: ${aws-mysql.url}
99
username: ${aws-mysql.username}
1010
password: ${aws-mysql.password}
1111
driver-class-name: com.mysql.cj.jdbc.Driver

0 commit comments

Comments
 (0)