issues
search
beaniejoy
/
dongne-cafe-api
☕️ kotlin & spring boot application (toy project) / siren order service for local cafe
2
stars
1
forks
source link
Application 공통 Response 규격화 적용
#26
Closed
beaniejoy
closed
1 year ago
beaniejoy
commented
1 year ago
성공, 에러로 반환하는 내용에 대한 규격화 진행
beaniejoy
commented
1 year ago
ApplicationResponse
success: 성공 응답
fail: 실패 응답
ApplicationResponseBuilder
ApplicationResponse 객체 생성하는 클래스
중간에 data 필드에 원하는 response data 내용을 넣어줄 수 있다.