Skip to content

Commit d765229

Browse files
committed
fix: 데이터베이스 초기화
1 parent 6158fdb commit d765229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spring.datasource.url= jdbc:mysql://imfact-rds.c9ieomec02rh.ap-northeast-2.rds.a
55
spring.datasource.username=admin
66
spring.datasource.password=factim~123
77
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
8-
spring.jpa.hibernate.ddl-auto=update
8+
spring.jpa.hibernate.ddl-auto=create-drop
99
spring.jpa.show-sql=true
1010
spring.jpa.properties.hibernate.default_batch_fetch_size=100
1111

0 commit comments

Comments
 (0)