Commit c5c22976 authored by Node- 门 忠鑫's avatar Node- 门 忠鑫

# 删除无用配置

parent 573fcd8e
...@@ -7,9 +7,7 @@ import com.alibaba.fastjson.serializer.SerializerFeature; ...@@ -7,9 +7,7 @@ import com.alibaba.fastjson.serializer.SerializerFeature;
import lombok.Data; import lombok.Data;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.actuate.endpoint.HealthEndpoint;
import org.springframework.boot.actuate.endpoint.MetricsEndpoint; import org.springframework.boot.actuate.endpoint.MetricsEndpoint;
import org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint; import org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint;
import org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint; import org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint;
...@@ -17,7 +15,10 @@ import org.springframework.boot.actuate.health.Health; ...@@ -17,7 +15,10 @@ import org.springframework.boot.actuate.health.Health;
import org.springframework.kafka.core.KafkaTemplate; import org.springframework.kafka.core.KafkaTemplate;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import java.util.*; import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.ArrayBlockingQueue;
/** /**
...@@ -28,8 +29,6 @@ import java.util.concurrent.ArrayBlockingQueue; ...@@ -28,8 +29,6 @@ import java.util.concurrent.ArrayBlockingQueue;
@Service @Service
public class ReportServiceImpl implements IReportService { public class ReportServiceImpl implements IReportService {
@Autowired
private HealthEndpoint healthEndpoint;
@Autowired @Autowired
private HealthMvcEndpoint healthMvcEndpoint; private HealthMvcEndpoint healthMvcEndpoint;
......
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