BAEL-4698 Added HTTP Response Body as String with WebClient (#11083)

This commit is contained in:
Benjamin Caure
2021-07-29 23:14:59 +02:00
committed by GitHub
parent 5247181211
commit aee4c48bdd
2 changed files with 23 additions and 0 deletions
+6
View File
@@ -43,6 +43,12 @@
<version>${spring-boot.version}</version>
<scope>test</scope>
</dependency>
<!-- Webclient -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<version>${spring-boot.version}</version>
</dependency>
</dependencies>
<build>