Skip to content

Commit e0d6dc9

Browse files
committed
chore: aws 배포 스크립트 수정
mysql 경로 aws rds로 수정
1 parent e04b6d8 commit e0d6dc9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/main/resources/application.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ spring:
33
include: secret
44

55
datasource:
6-
url: ${mysql.url}
7-
username: ${mysql.username}
8-
password: ${mysql.password}
6+
url: ${aws-mysql.url}
7+
username: ${aws-mysql.username}
8+
password: ${aws-mysql.password}
99
driver-class-name: com.mysql.cj.jdbc.Driver
1010

1111
jpa:
12+
database-platform: org.hibernate.dialect.MySQL8Dialect
1213
hibernate:
1314
ddl-auto: create
1415

16+
1517
security:
1618
oauth2:
1719
client:

0 commit comments

Comments
 (0)