spring boot and cloud version up to 2.7.3

2022, Oct 01    
spring cloud spring boot

spring 업그레이드 대응개발

summary

  • 버전 변경
    • Spring Boot : 2.3.12.RELEASE -> 2.7.3
    • Spring Cloud : Hoxton.SR12 -> 2021.03
  • 주요 작업
    • Hystrix, Ribbon 이 기존 Spring Cloud Netflix 에서 지원되지 않고, 다른 스택으로 대체됨에 따라 기존에 의존하고 있던 코드의 변경 및 설정 변경작업

작업 내용

change netflix-ribbon to spring-cloud-loadbalancer
change Hystrix to Resilience4j
change Feign And Loadbalancer Retry

reference

https://sabarada.tistory.com/204

https://luvstudy.tistory.com/150