Skip to content

Commit d8adac1

Browse files
authored
Update application.properties.templates
1 parent c3b1ac0 commit d8adac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.properties.templates

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spring.datasource.password=${MYSQL_ROOT_PASSWORD}
88

99
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
1010
spring.jpa.show-sql=false
11-
spring.jpa.hibernate.ddl-auto=update
11+
spring.jpa.hibernate.ddl-auto=create
1212

1313
logging.level.org.hibernate.SQL=OFF
1414
logging.level.com.boggle_boggle.bbegok=INFO
@@ -77,4 +77,4 @@ apple.key-path=key/AuthKey.p8
7777

7878
apple.revoke-url=https://appleid.apple.com/auth/revoke
7979
google.revoke-url=https://accounts.google.com/o/oauth2/revoke
80-
kakao.revoke-url=https://kapi.kakao.com/v1/user/unlink
80+
kakao.revoke-url=https://kapi.kakao.com/v1/user/unlink

0 commit comments

Comments
 (0)