Skip to content
#

spring-webflux

Here are 248 public repositories matching this topic...

leonard84
leonard84 commented Feb 25, 2020

Subresource Integrity (SRI) is a security feature that enables browsers to verify that resources they fetch (for example, from a CDN) are delivered without unexpected manipulation. It works by allowing you to provide a cryptographic hash that a fetched resource must match.

It would be great if thymeleaf-spring wou

IrishkA13
IrishkA13 commented Nov 16, 2019

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

Improve this page

Add a description, image, and links to the spring-webflux topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spring-webflux topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.