counter: 1.1.10 - Refactored the configuration inito a separated class
[demos/kafka/wordcount] / src / main / resources / application.yml
1 server:
2   port: 8083
3 management:
4   endpoints:
5     web:
6       exposure:
7         include: "*"