From a9a44221fce4bf51bc9294df2e0bddcbf2ff0aba Mon Sep 17 00:00:00 2001 From: Ehsan Sasanianno Date: Tue, 16 May 2023 12:48:03 +0200 Subject: [PATCH] Revert "JAVA-20280: remove wrong property (#13874)" (#14021) This reverts commit 561e893e86d9c51b1e61818f5450d6194d9959fd. --- .../src/main/resources/application.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-reactive-modules/spring-reactive-exceptions/src/main/resources/application.yaml b/spring-reactive-modules/spring-reactive-exceptions/src/main/resources/application.yaml index 935ab2a263..50bcbff433 100644 --- a/spring-reactive-modules/spring-reactive-exceptions/src/main/resources/application.yaml +++ b/spring-reactive-modules/spring-reactive-exceptions/src/main/resources/application.yaml @@ -1,3 +1,7 @@ +spring: + codec: + max-in-memory-size: 500KB + server: port: 8080 host: http://localhost:${server.port}