Skip to content

Commit

Permalink
Merge pull request #14 from NownS/feature/ddl-auto-delete
Browse files Browse the repository at this point in the history
feat(NownS): ddl auto 제거
  • Loading branch information
NownS authored Jan 18, 2025
2 parents 2261b6b + f61349d commit 4a789f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring:
jpa:
generate-ddl: true
hibernate:
ddl-auto: create-drop
ddl-auto: none
datasource:
url: '${DATASOURCE_HOST:jdbc:mysql://hakerton.cluster-cqhn8loawgfg.ap-northeast-2.rds.amazonaws.com:3306/office}'
username: '${DATASOURCE_USERNAME:root}'
Expand Down

0 comments on commit 4a789f2

Please sign in to comment.