1. Postman
- Postman은 개발한 API를 테스트하고, 테스트 결과를 공유하여 API 생산성을 높여주는 플랫폼이다
2. Postman 다운로드
Download Postman | Get Started for Free
Try Postman for free! Join 17 million developers who rely on Postman, the collaboration platform for API development. Create better APIs—faster.
www.postman.com
3. Postman 사용
- Collection에 SpringbootApi 생성
- Request를 추가해서 GET 요청을 보내면 hello!가 실행되는 것을 볼 수 있다
- 왼쪽 부분은 REQUEST, 오른쪽 부분은 RESPONSE를 나타낸다
'Springboot' 카테고리의 다른 글
2021-09-28 (Springboot - mybatis) (0) | 2021.09.28 |
---|---|
2021-09-28 (Springboot - service layer) (0) | 2021.09.28 |
2021-09-28 (Springboot - lombok,slf4j) (0) | 2021.09.28 |
2021-09-27 (Springboot - JDBC 연결 & controller 구현) (0) | 2021.09.27 |
2021-09-27 (Springboot - 환경설정) (0) | 2021.09.27 |