marketing-contents file add

This commit is contained in:
박서은
2025-06-12 10:20:22 +09:00
parent 2004d7c736
commit 1e4dd2c7b0
30 changed files with 825 additions and 284 deletions
@@ -11,8 +11,8 @@ spring:
driver-class-name: org.postgresql.Driver
jpa:
hibernate:
ddl-auto: ${JPA_DDL_AUTO:update}
show-sql: ${JPA_SHOW_SQL:true}
ddl-auto: ${DDL_AUTO:update}
show-sql: ${SHOW_SQL:true}
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect