feign
Here are 239 public repositories matching this topic...
-
Updated
Jan 7, 2020 - Java
From RestTemplate.java#L78-L81
The RestTemplate will be deprecated in a future version and will not have major new features added going forward. See the WebClient section of the Spring Framework reference docume
-
Updated
Sep 9, 2019 - Java
直接npm i &&npm run dev无法直接跑起项目 ,现在卡在mock模拟初始数据这个块,看配置用的是webpack4 & babel 7 ,找了网上的.babel 7配置
{
"presets": [
["@babel/preset-env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
},
"useBuiltIns": "usage"
}]
],
"plugins": ["transform-vue-jsx","@babel/plugin-syntax-dynamic-import"]
}
目前跑起来,但console报错
If I inject the the bean registered as oAuth2RestTemplate it will pass on the user token.
If I want to pass on a client_credential would it be correct to do this?
@Bean
@ConfigurationProperties("spring.oauth2.client")
public ClientCredentialsResourceDetails oauth2ClientCredentialsResourceDetails() {
ClientCredentialsResourceDetails details = new ClientCredentialsResourceDetails();
The documentation describes how to enable compression. But there is a condition on the Client that prevent auto-configuration whenever feign clients are annotated like @FeignClient(..., configuration = SomeConfig.class)
From the log:
FeignContentGzipEncodingAutoConfiguration:
Did not match:
- @ConditionalOnBean (types: feign.Client; SearchStrategy: all) did not find any bea
-
Updated
May 21, 2020 - Java
-
Updated
Nov 19, 2019 - Java
Support for log4j2
I'm using log4j2 in my SpringBoot application, excluding logback implementation and logging with tracer doesn't work. It would be nice to support logging with log4j2 .
-
Updated
May 19, 2020 - Java
-
Updated
May 14, 2020 - Java
-
Updated
Apr 28, 2019 - Java
-
Updated
Dec 26, 2019 - TypeScript
-
Updated
Oct 30, 2019 - Java
-
Updated
May 20, 2020 - Java
-
Updated
May 18, 2020 - Java
-
Updated
Jan 11, 2018 - Shell
feign.reactor.version=1.0.30
Final request path: ReactiveFeignClient.path + "/" + GetMapping.value
If GetMapping.value is default "/" is added anyway.
The behavior is different from FeignClient
Example:
@GetMapping(produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
Result get(@RequestParam(value = "param") );
@ReactiveFeignClient(
path = "/my/path",
)
Expecte
-
Updated
Apr 10, 2020 - Kotlin
-
Updated
Nov 15, 2018 - Java
-
Updated
May 1, 2020 - Java
-
Updated
May 24, 2020 - Java
-
Updated
May 20, 2020 - TypeScript
-
Updated
Jun 28, 2019 - Java
-
Updated
May 27, 2020 - Java
Improve this page
Add a description, image, and links to the feign topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the feign topic, visit your repo's landing page and select "manage topics."
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接
push
到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。目前 advanced-java 只有 [yanglbme](http