File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ GitHub Example
44This is an example of a simple json client.
55
66=== Building example with Gradle
7- Install and run ` gradle ` to produce ` build/wikipedia `
7+ Install and run ` gradle ` to produce ` build/github `
88
99=== Building example with Maven
10- Install and run ` mvn ` to produce ` target/wikipedia `
10+ Install and run ` mvn ` to produce ` target/github `
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ configurations {
1212}
1313
1414dependencies {
15- compile ' com.netflix.feign:feign-core:7.1.0 '
16- compile ' com.netflix.feign:feign-gson:7.1.0 '
15+ compile ' com.netflix.feign:feign-core:7.2.1 '
16+ compile ' com.netflix.feign:feign-gson:7.2.1 '
1717}
1818
1919// create a self-contained jar that is executable
Original file line number Diff line number Diff line change 1212 <groupId >com.netflix.feign</groupId >
1313 <artifactId >feign-example-github</artifactId >
1414 <packaging >jar</packaging >
15- <version >7.1.0 </version >
15+ <version >7.2.1 </version >
1616 <name >GitHub Example</name >
1717
1818 <dependencies >
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ configurations {
1212}
1313
1414dependencies {
15- compile ' com.netflix.feign:feign-core:7.1.0 '
16- compile ' com.netflix.feign:feign-gson:7.1.0 '
15+ compile ' com.netflix.feign:feign-core:7.2.1 '
16+ compile ' com.netflix.feign:feign-gson:7.2.1 '
1717}
1818
1919// create a self-contained jar that is executable
Original file line number Diff line number Diff line change 1212 <groupId >com.netflix.feign</groupId >
1313 <artifactId >feign-example-wikipedia</artifactId >
1414 <packaging >jar</packaging >
15- <version >7.1.0 </version >
15+ <version >7.2.1 </version >
1616 <name >Wikipedia Example</name >
1717
1818 <dependencies >
You can’t perform that action at this time.
0 commit comments