变更为webclient响应式客户端

This commit is contained in:
bamanker
2026-01-12 18:07:12 +08:00
parent 06cfebccab
commit 6f9816a695
5 changed files with 143 additions and 2 deletions

View File

@@ -92,6 +92,15 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<finalName>dailylove</finalName>