Skip to content

Commit

Permalink
[Update] Update ddl-auto to update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnsugyeong committed May 16, 2024
1 parent 8e343a0 commit f50ecb0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
jpa:
hibernate:
ddl-auto: create
ddl-auto: update
datasource:
url: jdbc:mysql://${RDS_HOSTNAME}:${RDS_PORT}/${RDS_DB_NAME}
username: ${RDS_USERNAME}
Expand Down Expand Up @@ -49,17 +49,17 @@ spring:
user-name-attribute: id


mail:
host: smtp.gmail.com
port: 587
username: ${MAIL_USERNAME}
password: ${MAIL_PASSWORD}
properties:
mail:
smtp:
auth: true
starttls:
enable: true
mail:
host: smtp.gmail.com
port: 587
username: ${MAIL_USERNAME}
password: ${MAIL_PASSWORD}
properties:
mail:
smtp:
auth: true
starttls:
enable: true

servlet:
multipart:
Expand Down

0 comments on commit f50ecb0

Please sign in to comment.