counter: 1.1.10 - Refactored the configuration inito a separated class
[demos/kafka/wordcount] / src / main / java / de / juplo / kafka / wordcount / counter / CounterApplication.java
index 1f73d32..e6d3b1f 100644 (file)
@@ -2,11 +2,9 @@ package de.juplo.kafka.wordcount.counter;
 
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
-import org.springframework.boot.context.properties.EnableConfigurationProperties;
 
 
 @SpringBootApplication
-@EnableConfigurationProperties(CounterApplicationProperties.class)
 public class CounterApplication
 {
        public static void main(String[] args)