Closed somefood closed 9 months ago
actuator를 추가해서 health check api를 사용할 수 있도록 했습니다.
요구 사항에선 URI가 /health-check 였는데, actuator를 사용하면 "/actuator/health" 로 접근해야 합니다 (actuator 부분은 변경 가능)
2024.01.14 추가적으로 SecurityConfig에서 /actuator/** 는 permit 해두었고, 나머지는 authenticated 하게 바꾸었습니다.
actuator를 추가해서 health check api를 사용할 수 있도록 했습니다.
요구 사항에선 URI가 /health-check 였는데, actuator를 사용하면 "/actuator/health" 로 접근해야 합니다 (actuator 부분은 변경 가능)
2024.01.14 추가적으로 SecurityConfig에서 /actuator/** 는 permit 해두었고, 나머지는 authenticated 하게 바꾸었습니다.