Usage
About
Dependency
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency><dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2023.0.1</version> <!-- Replace the version -->
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>Compatibility
Feature
Compatibility
Declarative API
Declarative API Style
How It Differs from Fluent API (e.g., WebClient)
Aspect
Declarative (Feign)
Fluent (WebClient)
Creating a OpenFeign Instance
Example
Last updated