Skip to content

Commit a79d825

Browse files
committed
Update docs.
1 parent ae3e3ef commit a79d825

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,7 @@ Go to `File` -> `Settings` -> `Other settings` -> `Checkstyle`. There click on t
316316
- `checkstyle.additional.suppressions.file` - this variable corresponds to suppressions in your local project. E.g. you're working on `spring-cloud-contract`. Then point to the `project-root/src/checkstyle/checkstyle-suppressions.xml` folder. Example for `spring-cloud-contract` would be: `/home/username/spring-cloud-contract/src/checkstyle/checkstyle-suppressions.xml`.
317317

318318
IMPORTANT: Remember to set the `Scan Scope` to `All sources` since we apply checkstyle rules for production and test sources.
319+
320+
== License
321+
322+
The project license file is available https://raw.githubusercontent.com/spring-cloud/spring-cloud-openfeign/2.2.x/LICENSE.txt[here].

docs/src/main/asciidoc/_configprops.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
|===
22
|Name | Default | Description
33

4+
|feign.circuitbreaker.enabled | false | If true, an OpenFeign client will be wrapped with a Spring Cloud CircuitBreaker circuit breaker.
45
|feign.client.config | |
56
|feign.client.decode-slash | true | Feign clients do not encode slash `/` characters by default. To change this behavior, set the `decodeSlash` to `false`.
67
|feign.client.default-config | default |

0 commit comments

Comments
 (0)