我仍然是SpringbootWebflux的新手。我使用Casssandra作为我的数据库,下面我有一个朋友表,我想根据我的登录ID获取我所有的朋友。我如何获得当前的登录ID并将ID传递给flux // Here i retrieved currently login user ID which is a mono string
public Mono<String> getUserID(Mono<Strin
我的目标是让spring从LocalDate输入(请求体和查询参数)自动解析String: public Mono<String> datetimePost//getter, setter作品: POST localhost:8080/datetime "date": "2022-02-02"但与GET不一样的是:
获取</
当我启动我的应用程序JPA: Reactive Repositories are not supported by JPA.时出错,我的Pom有下面的依赖项,而且我使用的是SpringBoot 2.0.5<dependency> <artifactId>spring-boot-starter-webflu