mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2026-06-12 19:49:10 +00:00
백엔드 배포 가이드 작업 중간 저장
This commit is contained in:
@@ -53,9 +53,7 @@ public class SecurityConfig {
|
||||
"/api/v1/auth/register",
|
||||
"/api/v1/auth/refresh",
|
||||
"/api/v1/users",
|
||||
"/actuator/health",
|
||||
"/actuator/info",
|
||||
"/actuator/prometheus",
|
||||
"/actuator/**",
|
||||
"/v3/api-docs/**",
|
||||
"/api-docs/**",
|
||||
"/swagger-ui/**",
|
||||
|
||||
@@ -76,7 +76,7 @@ logging:
|
||||
file:
|
||||
name: logs/user-service.log
|
||||
|
||||
# 액추에이터 설정
|
||||
# Actuator
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
@@ -85,17 +85,14 @@ management:
|
||||
base-path: /actuator
|
||||
endpoint:
|
||||
health:
|
||||
show-details: when_authorized
|
||||
info:
|
||||
env:
|
||||
show-details: always
|
||||
show-components: always
|
||||
health:
|
||||
livenessState:
|
||||
enabled: true
|
||||
java:
|
||||
readinessState:
|
||||
enabled: true
|
||||
metrics:
|
||||
export:
|
||||
prometheus:
|
||||
enabled: true
|
||||
|
||||
|
||||
# OpenAPI/Swagger 설정
|
||||
springdoc:
|
||||
api-docs:
|
||||
|
||||
Reference in New Issue
Block a user