백엔드 배포 가이드 작업 중간 저장

This commit is contained in:
hiondal
2025-09-11 08:37:43 +09:00
parent c8be06c98b
commit ba300f59a4
31 changed files with 27 additions and 920 deletions
@@ -83,7 +83,7 @@ jwt:
access-token-validity: ${JWT_ACCESS_TOKEN_VALIDITY:1800000}
refresh-token-validity: ${JWT_REFRESH_TOKEN_VALIDITY:86400000}
# Management & Actuator
# Actuator
management:
endpoints:
web:
@@ -92,28 +92,12 @@ management:
base-path: /actuator
endpoint:
health:
show-details: when-authorized
show-details: always
show-components: always
health:
circuitbreakers:
livenessState:
enabled: true
redis:
enabled: true
metrics:
export:
prometheus:
enabled: true
distribution:
percentiles-histogram:
http.server.requests: true
percentiles:
http.server.requests: 0.5, 0.95, 0.99
slo:
http.server.requests: 50ms, 100ms, 200ms, 300ms, 500ms, 1s
info:
git:
mode: full
build:
readinessState:
enabled: true
# OpenAPI/Swagger 설정