Skip to content

Commit

Permalink
Fix: db url
Browse files Browse the repository at this point in the history
  • Loading branch information
emost22 committed Dec 3, 2023
1 parent a94fb53 commit e4cd6f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ server:
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://www-db.cs5hxgrfatc3.ap-northeast-2.rds.amazonaws.com:3306/www?useSSL=false&serverTimezone=Asia/Seoul&characterEncoding=utf8&allowPublicKeyRetrieval=true
url: jdbc:mysql://www-db.cs5hxgrfatc3.ap-northeast-2.rds.amazonaws.com:3306/spurt?useSSL=false&serverTimezone=Asia/Seoul&characterEncoding=utf8&allowPublicKeyRetrieval=true
username: www
password: www1234321!


jpa:
open-in-view: true
hibernate:
Expand Down

0 comments on commit e4cd6f2

Please sign in to comment.