fix: 맨 하단 공백 추가

github 경고표시 제거
This commit is contained in:
dongHyo
2022-04-28 00:13:53 +09:00
parent 3755fba271
commit bf531c59e6
5 changed files with 6 additions and 5 deletions

2
.gitignore vendored
View File

@@ -10,4 +10,4 @@
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
ehthumbs_vista.db

2
server/.gitignore vendored
View File

@@ -198,4 +198,4 @@ gradle-app.setting
# JDT-specific (Eclipse Java Development Tools)
.classpath
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,intellij+all,gradle,visualstudiocode
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,intellij+all,gradle,visualstudiocode

View File

@@ -11,4 +11,4 @@ spring:
show_sql: true
format_sql: true
hibernate:
ddl-auto: update
ddl-auto: update

View File

@@ -7,4 +7,5 @@ spring:
jpa:
hibernate:
ddl-auto: validate
ddl-auto: validate

View File

@@ -11,4 +11,4 @@ spring:
show_sql: true
format_sql: true
hibernate:
ddl-auto: create
ddl-auto: create