02. Hello World API 1. REST Client 설치 chrome 설치 크롬 인터넷 환경 https://www.google.com/intl/ko/chrome/ Talent API 구글 확장 프로그램으로 설치 https://chrome.google.com/webstore/detail/talend-api-tester-free-ed/aejoelaoggembcahagimdiliamlcdmfm?hl=en Postman API 컴퓨터에 설치 https://www.postman.com/ 2. 스프링부트 프로젝트 생성 (IntelliJ IDEA) New Module 생성 Dependencies 추가 3. 스프링 부트 서버 실행 import org.springframework.web.bind.annotat..