Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 305 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 305 Bytes

common-web

API 호출 공통 규격 처리

  • Health Check
  • Exception Handler 구현
  • ResponseBodyAdvice 공통 Response 구현

health check

GET http://localhost:8080/healthcheck/_check

HTTP/1.1 200 
{
  "code": "0000",
  "message": "Success",
  "data": "_check"
}