A business analyst asks how Spring Cloud OpenFeign simplifies service-to-service communication compared to RestTemplate. What is the key advantage?
-
A
OpenFeign automatically handles database transactions
-
B
OpenFeign generates HTTP client code from a declarative interface, eliminating boilerplate
-
C
OpenFeign supports GraphQL natively
-
D
OpenFeign uses binary serialization by default