splitter: 1.0.1 - Upgraded Spring Boot 2.5.4 -> 3.0.2
[demos/kafka/wordcount] / src / main / resources / application.yml
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
new file mode 100644 (file)
index 0000000..385daaa
--- /dev/null
@@ -0,0 +1,7 @@
+server:
+  port: 8086
+management:
+  endpoints:
+    web:
+      exposure:
+        include: "*"