refactor: `RestProducer` wird explizit erzeugt
[demos/kafka/training] / src / main / java / de / juplo / kafka / ApplicationProperties.java
index c74f588..78b6085 100644 (file)
@@ -4,6 +4,7 @@ import lombok.Getter;
 import lombok.Setter;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
+
 @ConfigurationProperties(prefix = "producer")
 @Getter
 @Setter