label-to-review 수정

This commit is contained in:
2026-03-03 16:38:36 +09:00
parent 06dbfaf605
commit 477a1505d1
7 changed files with 4 additions and 196 deletions

View File

@@ -3,7 +3,7 @@ server:
spring:
application:
name: kamco-change-detection-api
name: kamco-label-to-review
profiles:
active: prod # 사용할 프로파일 지정 (ex. dev, prod, test)
@@ -21,11 +21,6 @@ spring:
max-lifetime: 1800000
leak-detection-threshold: 60000
data:
redis:
host: localhost
port: 6379
password:
jpa:
hibernate:
ddl-auto: update # 테이블이 없으면 생성, 있으면 업데이트
@@ -40,11 +35,6 @@ logging:
org.springframework.web: DEBUG
org.springframework.security: DEBUG
# 헬스체크 노이즈 핵심만 다운
org.springframework.security.web.FilterChainProxy: INFO
org.springframework.security.web.authentication.AnonymousAuthenticationFilter: INFO
org.springframework.security.web.authentication.Http403ForbiddenEntryPoint: INFO
org.springframework.web.servlet.DispatcherServlet: INFO
# actuator
management:
health: