init: 클린 기반 auth 서버 설계

This commit is contained in:
DongHyeonka
2026-07-24 14:30:18 +09:00
parent 471db0203d
commit 8a1ac1e769
3642 changed files with 275893 additions and 1 deletions
@@ -0,0 +1,22 @@
spring:
config:
activate:
on-profile: prod
datasource:
url: ${APP_DATASOURCE_URL}
username: ${APP_DATASOURCE_USERNAME}
password: ${APP_DATASOURCE_PASSWORD}
driver-class-name: org.postgresql.Driver
jpa:
hibernate:
ddl-auto: validate
security:
oauth2:
resourceserver:
jwt:
issuer-uri: ${APP_SECURITY_KEYCLOAK_ISSUER_URI}
logging:
structured:
format:
console: logstash