From 122f90fbb25c3b20e461246c0a50aeb08ef51459 Mon Sep 17 00:00:00 2001 From: MichaelGonzalezMurillo <110129349+MichaelGonzalezMurillo@users.noreply.github.com> Date: Fri, 5 Aug 2022 12:27:44 -0600 Subject: [PATCH] fixes #1622 (#2398) Co-authored-by: Roman Zabaluev --- kafka-ui-api/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml index a6ff458c6c..53eb24731d 100644 --- a/kafka-ui-api/pom.xml +++ b/kafka-ui-api/pom.xml @@ -217,6 +217,11 @@ datasketches-java ${datasketches-java.version} + + org.springframework.boot + spring-boot-devtools + true +