forked from kidgrow-microservices-platform

zxh
2020-09-07 bdd5926a8d0f5dfad866de6b3e20b1ccf8e845f5
kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/java/com/kidgrow/zuul/service/AccessLogService.java
@@ -5,7 +5,7 @@
import com.google.common.collect.Maps;
import com.kidgrow.common.utils.WebUtils;
import lombok.extern.slf4j.Slf4j;
import org.springframework.amqp.core.AmqpTemplate;
//import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.netflix.zuul.filters.support.FilterConstants;
import org.springframework.http.HttpHeaders;
@@ -36,7 +36,7 @@
    private ExecutorService executorService;
//    @Autowired
    private AmqpTemplate amqpTemplate;
//    private AmqpTemplate amqpTemplate;
    @Value("${spring.application.name}")
    private String defaultServiceId;