Support for using OpenFeign in Spring Cloud apps
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Olga MaciaszekSharma 352760c2f0 Update gitignore. 1 year ago
.github Antora (#892) 1 year ago
.mvn Edit maven.config. 1 year ago
docs Bumping versions 1 year ago
spring-cloud-openfeign-core Removes setting FactoryBean.OBJECT_TYPE_ATTRIBUTE 1 year ago
spring-cloud-openfeign-dependencies Going back to snapshots 1 year ago
spring-cloud-starter-openfeign Going back to snapshots 1 year ago
src/checkstyle Remove vulnerable transitive dependency. Fix checkstyle. 2 years ago
.editorconfig URL Cleanup 6 years ago
.gitignore Update gitignore. 1 year ago
.java-version Adding junit-platform dependency 2 years ago
.sdkmanrc Updates to version 4.0.0-SNAPSHOT 3 years ago
.settings.xml HTTP to HTTPS 6 years ago
.springformat Added checkstyle 6 years ago
Guardfile Add link to github in rendered docs 10 years ago
LICENSE.txt URL Cleanup (#157) 6 years ago
README.adoc Bumping versions 1 year ago
asciidoctor.css URL Cleanup 6 years ago
codecov.yml codecov.yml for comments on pr 7 years ago
mvnw Upgrade Maven wrapper. 1 year ago
mvnw.cmd Upgrade Maven wrapper. 1 year ago
pom.xml Going back to snapshots 1 year ago

README.adoc

////
DO NOT EDIT THIS FILE. IT WAS GENERATED.
Manual changes to this file will be lost when it is generated again.
Edit the files in the src/main/asciidoc/ directory instead.
////


image::https://github.com/spring-cloud/spring-cloud-openfeign/workflows/Build/badge.svg?branch=main&style=svg["Build",link="https://github.com/spring-cloud/spring-cloud-openfeign/actions"]

image:https://codecov.io/gh/spring-cloud/spring-cloud-openfeign/branch/main/graph/badge.svg["Codecov", link="https://codecov.io/gh/spring-cloud/spring-cloud-openfeign"]

image:https://api.codacy.com/project/badge/Grade/97b04c4e609c4b4f86b415e4437a6484["Codacy code quality", link="https://www.codacy.com/app/Spring-Cloud/spring-cloud-openfeign?utm_source=github.com&utm_medium=referral&utm_content=spring-cloud/spring-cloud-openfeign&utm_campaign=Badge_Grade"]



[[features]]
= Features

* Declarative REST Client: Feign creates a dynamic implementation of an interface decorated with JAX-RS or Spring MVC annotations

[[building]]
= Building

Unresolved directive in <stdin> - include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/docs/src/main/asciidoc/building-jdk8.adoc[]

[[contributing]]
= Contributing

Unresolved directive in <stdin> - include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/docs/src/main/asciidoc/contributing.adoc[]

[[license]]
= License

The project license file is available https://raw.githubusercontent.com/spring-cloud/spring-cloud-openfeign/main/LICENSE.txt[here].