pom.xml
@@ -166,6 +166,18 @@ <version>1.33</version> <scope>compile</scope> </dependency> <!--webclient请求--> <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-webflux --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> <version>3.3.1</version> </dependency> </dependencies> <build>