feat: user 서비스 redis/eventhub 환경설정 및 로그인API 추가

This commit is contained in:
djeon
2025-10-25 16:24:16 +09:00
parent 0da631b8e7
commit 66885c7ed6
11 changed files with 5627 additions and 4646 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ spring:
datasource:
url: jdbc:${DB_KIND:postgresql}://${DB_HOST:localhost}:${DB_PORT:5432}/${DB_NAME:userdb}
username: ${DB_USERNAME:hgzerouser}
password: ${DB_PASSWORD:Hi5Jessica!}
password: ${DB_PASSWORD:}
driver-class-name: org.postgresql.Driver
hikari:
maximum-pool-size: 20
@@ -27,7 +27,7 @@ spring:
use_sql_comments: true
dialect: org.hibernate.dialect.PostgreSQLDialect
jdbc:
time_zone: UTC
time_zone: Asia/Seoul
hibernate:
ddl-auto: ${JPA_DDL_AUTO:update}
database: postgresql