Refactor PrestashopClient to use HttpClient and simplify PrestashopProxyController

This commit is contained in:
Vincent Guillet
2025-11-25 18:55:16 +01:00
parent e839aae4dd
commit c7b9b68d42
4 changed files with 91 additions and 129 deletions

View File

@@ -100,15 +100,6 @@
<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>