Skip to content

Commit

Permalink
#8 [Update] application.yml
Browse files Browse the repository at this point in the history
DB 링크 및 ddl 변경
  • Loading branch information
Anna-Jin committed Jul 7, 2022
1 parent e703361 commit 797b7f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
spring:
datasource:
url: jdbc:mysql://localhost:3306/baechelin?serverTimezone=Asia/Seoul
username: root
url: jdbc:mysql://springboot-database.cewr8xgvhofg.ap-northeast-2.rds.amazonaws.com:3306/baechelin?serverTimezone=Asia/Seoul
username: admin
password: cz_hyy6848

jpa:
open-in-view: false
generate-ddl: true
hibernate:
ddl-auto: create
ddl-auto: update
use-new-id-generator-mappings: false
properties:
hibernate.format_sql: true
Expand Down

0 comments on commit 797b7f5

Please sign in to comment.