We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b1ac0 commit d8adac1Copy full SHA for d8adac1
src/main/resources/application.properties.templates
@@ -8,7 +8,7 @@ spring.datasource.password=${MYSQL_ROOT_PASSWORD}
8
9
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
10
spring.jpa.show-sql=false
11
-spring.jpa.hibernate.ddl-auto=update
+spring.jpa.hibernate.ddl-auto=create
12
13
logging.level.org.hibernate.SQL=OFF
14
logging.level.com.boggle_boggle.bbegok=INFO
@@ -77,4 +77,4 @@ apple.key-path=key/AuthKey.p8
77
78
apple.revoke-url=https://appleid.apple.com/auth/revoke
79
google.revoke-url=https://accounts.google.com/o/oauth2/revoke
80
-kakao.revoke-url=https://kapi.kakao.com/v1/user/unlink
+kakao.revoke-url=https://kapi.kakao.com/v1/user/unlink
0 commit comments