본문 바로가기

IT/개발

spring cloud

@FeignClient
-> rest통신하기위한 기능 : resttemplate보다 훨씬 간편하다.

Resilience4j를 이용해서 circuit break 적용
-> @Configuration을 이용해서 bean등록해서 하는게 깔끔할듯...

'IT > 개발' 카테고리의 다른 글

String boot 기능  (0) 2022.02.12
Kafka  (0) 2021.10.12
spring test spy 활용하기  (0) 2021.03.04
JAVA 8 groupingBy, mapping, collectingAndThen  (0) 2021.01.19
spring junit void test  (0) 2020.12.01