We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6158fdb commit d765229Copy full SHA for d765229
1 file changed
src/main/resources/application.properties
@@ -5,7 +5,7 @@ spring.datasource.url= jdbc:mysql://imfact-rds.c9ieomec02rh.ap-northeast-2.rds.a
5
spring.datasource.username=admin
6
spring.datasource.password=factim~123
7
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
8
-spring.jpa.hibernate.ddl-auto=update
+spring.jpa.hibernate.ddl-auto=create-drop
9
spring.jpa.show-sql=true
10
spring.jpa.properties.hibernate.default_batch_fetch_size=100
11
0 commit comments