-
你好,请问下如果想实现Get或者Post请求传递非Json的对象参数应该怎么做呢?我看了文档,发现@FieldMap和@QueryMap只支持Map类型,而使用对象参数只能用Json,有没有办法实现openfeign的@SpringQueryMap的效果呢
-
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。另外请按照如下要求提交相关信息节省社区维护同学的理解成本,否则该讨论极有可能直接被忽视或关闭。
We recommend using English. If you are non-native English speaker, you can use the translation software. We reco…
-
OpenFeign 10.10.1 does not seem to include a valid JPMS module descriptor:
```
$ jar --file=~/.gradle/caches/modules-2/files-2.1/io.github.openfeign/feign-core/10.10.1/d09c5d478b1cd83e95035539687b…
-
在 openfeign 中
@GetMapping("clusters/${clusterId}/deployments/{deploymentName}")
ResultVO getDeployments(@PathVariable String deploymentName);
我写在配置文件中是生效的,我使用代码设置没有效果,我必须用代码修改
My …
-
Observed on versions: 11.2, 11.4
Not reproducible on version: 10.1.0
When passing a JSON string as `@Param` to `@Headers` the string gets truncated.
Example:
```
{"some": "value", "other": "…
-
Hi, I have the same issue using Java 8 with a Feign client. I've been able to reproduce the issue using a few threads.
This is my feign config.
compile('org.springframework.cloud:spring-cl…
-
### Ⅰ. Issue Description
公司基于jdbc封装的orm框架,配置了多个数据源,数据库使用pgsql,采用nacos配置,项目启动显示 register TM success,使用DataSourceProxy配置数据源后,debug没有进入ExecuteTemplate#execute方法,事务回滚无效,undo_log表始终无记录。
### Ⅱ. Describe…
-
```
@FeignClient(
contextId = "logFeignClientApi",
value = "log-service",
url = "${chunmi.cloud.service.common.log.url:https://staging-gateway.tokit.com/log-service}",
configuration = {Fe…
-
### Description
The Forgerock KM depends on registration tokens in addition to the Cliend ID and secret for dynamic registration. There is an error while creating the Registration Access token for …
-
## CVE-2021-29425 - Medium Severity Vulnerability
Vulnerable Library - commons-io-2.2.jar
The Commons IO library contains utility classes, stream implementations, file filters,
file comparators, en…