update: ddl_auto update로 수정

This commit is contained in:
UNGGU0704 2025-06-13 14:21:38 +09:00
parent 1d4a40357e
commit 4e19516eac
6 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ spring:
jpa: jpa:
hibernate: hibernate:
ddl-auto: ${JPA_DDL_AUTO:create} ddl-auto: ${JPA_DDL_AUTO:update}
show-sql: ${JPA_SHOW_SQL:false} show-sql: ${JPA_SHOW_SQL:false}
properties: properties:
hibernate: hibernate:

View File

@ -2,7 +2,7 @@ spring:
# JPA 설정 # JPA 설정
jpa: jpa:
hibernate: hibernate:
ddl-auto: ${JPA_DDL_AUTO:validate} ddl-auto: ${JPA_DDL_AUTO:update}
naming: naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
implicit-strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl implicit-strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl

View File

@ -13,7 +13,7 @@ spring:
jpa: jpa:
hibernate: hibernate:
ddl-auto: ${JPA_DDL_AUTO:create} ddl-auto: ${JPA_DDL_AUTO:update}
show-sql: ${JPA_SHOW_SQL:false} show-sql: ${JPA_SHOW_SQL:false}
properties: properties:
hibernate: hibernate:

View File

@ -30,7 +30,7 @@ spring:
# JPA 설정 # JPA 설정
jpa: jpa:
hibernate: hibernate:
ddl-auto: ${JPA_DDL_AUTO:create} ddl-auto: ${JPA_DDL_AUTO:update}
show-sql: ${JPA_SHOW_SQL:false} show-sql: ${JPA_SHOW_SQL:false}
properties: properties:
hibernate: hibernate:

View File

@ -13,7 +13,7 @@ spring:
jpa: jpa:
hibernate: hibernate:
ddl-auto: ${JPA_DDL_AUTO:create} ddl-auto: ${JPA_DDL_AUTO:update}
show-sql: ${JPA_SHOW_SQL:false} show-sql: ${JPA_SHOW_SQL:false}
properties: properties:
hibernate: hibernate:

View File

@ -13,7 +13,7 @@ spring:
jpa: jpa:
hibernate: hibernate:
ddl-auto: ${JPA_DDL_AUTO:create} ddl-auto: ${JPA_DDL_AUTO:update}
show-sql: ${JPA_SHOW_SQL:false} show-sql: ${JPA_SHOW_SQL:false}
properties: properties:
hibernate: hibernate: