user service 빌드 성공

This commit is contained in:
cyjadela
2025-10-24 09:34:52 +09:00
parent 607e0ae022
commit ca88d308c8
36 changed files with 4845 additions and 1249 deletions
+3 -1
View File
@@ -21,12 +21,14 @@ spring:
# JPA Configuration
jpa:
show-sql: ${SHOW_SQL:true}
database-platform: org.hibernate.dialect.PostgreSQLDialect
properties:
hibernate:
format_sql: true
use_sql_comments: true
dialect: org.hibernate.dialect.PostgreSQLDialect
hibernate:
ddl-auto: ${DDL_AUTO:update}
ddl-auto: ${JPA_DDL_AUTO:update}
# Redis Configuration
data: