인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

No author

This post's author information has been deleted.

Real-world! Spring Boot and JPA Utilization 2 - API Development and Performance Optimization

Membership Inquiry API

협업할 때

Written on

·

252

0

  1. 협업할 때 백엔드에서 만든 API를 어떤식으로 전달해주나요?
  2. 그리고 resources에 만든 html 같은건 넘겨주지 않나요? 어떤 것들만 넘겨주나요?
JPAjavaspring-bootspring

Answer 1

2

안녕하세요. gelab님, 공식 서포터즈 OMG입니다.

1. API 명세도구를 말씀하시는걸까요? 아래 링크를 참고해주세요.

https://www.inflearn.com/questions/446642

 

2. 클라이언트가 요청하는 비즈니스 정보를 전달해줍니다.

이름,나이같은 일반 정보와 파일, 이미지 등의 정적리소스 저장경로와 같은 정보가 있을 수 있고

에러 발생 시 메시지를 넘겨줍니다.

 

감사합니다.

No author

This post's author information has been deleted.

Ask a question