-
**Describe the bug**
I am running spring-boot `2.3.1` with `spring-boot-starter-oauth2-client`, after adding a context-path, everything breaks
**To Reproduce**
I have the following configuration
…
-
I'd like to suggest introducing a new Spring Boot starter aimed at client applications, with the necessary dependencies and autoconfiguration (e.g. `RestClientAutoConfiguration`) for HTTP and for rela…
-
_Platform:_
- [x] Spring Boot (Webflux server & WebClient) -> 2.5.5
_IDE:_
- [x] IntelliJ -> 2021.2
_Build system:_
- [x] Maven -> 3.6.3-jdk-11
_Platform installed with:_
- [x] Maven C…
-
### ✏️ 작업 개요
webflux test에서 검증이 제대로 되지 않는 문제..
-
### 1. 알고가자
- 동기vs 비동기 & 블로킹 vs 논블로킹
- https://github.com/skarltjr/CS/blob/main/Network/blocking%2Cnon-blocking%20%26%20sync%2Casync.md
```
동기 - 비동기
동기 : 호출 시점과 응답시점이 동일하다. 즉 호출함 함수가 처리결과에 대한 응답을…
-
## First Part
**Describe the bug**
When using
```xml
com.graphql-java-kickstart
graphql-kickstart-spring-boot-starter-webflux
11.0.0
```
with
```xml
…
-
**Describe the bug**
When setting a `spring.webflux.base-path` property all routes using `Path` predicates return 404 results
**Sample**
```
application.name: demo
server.port: 8080
spri…
-
There's no real benefit in using webflux, but it might be possible to embed the config server in a webflux app, in principle at least.
-
Hello there!
Thanks for making this project. I've been trying to perform Digest Auth with Spring's Webclient and plugging this library in was suggested as a potential way to achieve this. See https…
-
I noticed that the `spring-boot2-webflux-*` [were added](https://github.com/networknt/microservices-framework-benchmark/issues/41), but there are no results published in the `README.md`. The move to a…