Commit 0a2e070d authored by 王亮's avatar 王亮

rename config name.

parent 3fc44699
...@@ -7,7 +7,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties; ...@@ -7,7 +7,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
* metric collect * metric collect
*/ */
@Data @Data
@ConfigurationProperties(value = "tech.enoch") @ConfigurationProperties(value = "tech.metric")
public class EnochAgentProperties { public class EnochAgentProperties {
private String kafkaHost; private String kafkaHost;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment