Skip to content

skysoo1111/common-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

API 호출 공통 규격 처리

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages