From a863ee0ff8310b244df752e80c4588fe508acadd Mon Sep 17 00:00:00 2001 From: gren-d-EYDenisova Date: Mon, 18 May 2026 17:22:02 +0300 Subject: [PATCH] 2026-01 spring-24-spring-batch --- .../spring-24-spring-batch/src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2026-01/spring-24-spring-batch/src/main/resources/application.yml b/2026-01/spring-24-spring-batch/src/main/resources/application.yml index 2c5a9894..0357bae4 100644 --- a/2026-01/spring-24-spring-batch/src/main/resources/application.yml +++ b/2026-01/spring-24-spring-batch/src/main/resources/application.yml @@ -53,6 +53,8 @@ app: output-file: output.dat logging: + charset: + console: UTF-8 level: root: ERROR Batch: INFO