Build Error Fix - Daniel C No.8

This commit is contained in:
sanghyeonhd
2025-11-28 16:50:07 +09:00
parent 4333350012
commit 4f96855335
4 changed files with 6 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
spring:
config:
activate:
on-profile: prod
on-profile: dev
jpa:
show-sql: false

View File

@@ -22,7 +22,7 @@ spring:
leak-detection-threshold: 60000
jpa:
hibernate:
ddl-auto: validate # 스키마 검증만 수행, 자동 변경하지 않음 (안전)
ddl-auto: update # 스키마 검증만 수행, 자동 변경하지 않음 (안전)
properties:
hibernate:
jdbc: