요약

① **애플리케이션 서비스(PaymentService)**에서 ****환율 정보 API 다루는 인프라 서비스 기술(HttpClient, RestTemplate 등) 의존하지 않도록 구조 개선한다 ( keyword : DIP, Template )

애플리케이션 서비스(OrderService)

깃 저장소

https://github.com/ljw1126/hellospring

섹션1. 준비


섹션2. 오브젝트와 의존관계


섹션3. 테스트


섹션4. 템플릿