declarative http interface
-
spring boot 3.2 - restclient & declarative http interfaceSpring/Framework 2023. 12. 3. 09:19
github demo : https://github.com/gwagdalf/declarative-http-interface-demo declarative HTTP interface 란 Spring 6.0 과 Spring boot 3 에서 declarative HTTP interface 가 추가되었습니다 https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-http-interface openFeign 과 유사하게, interface 만 정의하고 http client 를 사용할 수 있게 된건데요. public interface WebClientDeclarativeInterface { @GetExchange("/..