Add WebClient configuration and update PrestashopProxyController for reactive support

This commit is contained in:
Vincent Guillet
2025-11-25 18:33:53 +01:00
parent 019b8f4c01
commit e839aae4dd
3 changed files with 75 additions and 19 deletions

View File

@@ -100,6 +100,15 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</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>