-
# Spring REST Docs - Yun Blog | 기술 블로그
Yun Blog | 기술 블로그
[https://cheese10yun.github.io/spring-rest-docs/](https://cheese10yun.github.io/spring-rest-docs/)
-
**Description**
There is very little information on how Camunda users can set up custom client middleware. The only mention is [here](https://docs.camunda.io/docs/next/apis-tools/java-client/job-wo…
-
Context:
I'm using Spring Boot and as [metrics implementation for actuator](https://docs.spring.io/spring-boot/reference/actuator/metrics.html#actuator.metrics.getting-started) ``micrometer-registry-…
-
-
As developers of the TC
we need to be able to anonymize candidate data
so that it can be shared with external parties without disclosing private candidate information.
See Talent-Catalog/talentcatalo…
-
HTTP Interfaces are great but it's impossible to replace pure RestClient calls in all cases.
For instance, code like
```java
restClient.put()
.uri(...)
.body(body …
-
**Describe the bug**
When configuring a proxy in Spring Cloud Config, HTTP requests to the config server do not route through the specified proxy. Despite setting http.proxyHost and http.proxyPort (o…
-
### Is your feature request related to a problem? Please describe.
Spring has its own Http interface description, which will be further developed in the future to use server and client code.
As …
-
According to https://docs.spring.io/spring-ai/reference/api/imageclient.html Spring AI only supports two commercial image generators. It would be nice to include Stable Diffusion in the lineup as an a…
-
As documented here (https://github.com/spring-projects/spring-restdocs/issues/832), the org.springframework.restdocs.request.RequestParametersSnippet has been broken down into QueryParametersSnippet a…