forked from kidgrow-microservices-platform

zhaoxiaohao
2020-11-18 968a4703c4fae81f71f77a4bea99af8c26e5647e
kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/java/com/kidgrow/zuul/service/AccessLogService.java
@@ -6,7 +6,6 @@
import com.kidgrow.common.utils.WebUtils;
import lombok.extern.slf4j.Slf4j;
//import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.netflix.zuul.filters.support.FilterConstants;
import org.springframework.http.HttpHeaders;
@@ -21,6 +20,8 @@
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
//import org.springframework.amqp.core.AmqpTemplate;
/**
 * 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020<br>
 *
@@ -34,7 +35,7 @@
public class AccessLogService {
    private ExecutorService executorService;
    @Autowired
//    @Autowired
//    private AmqpTemplate amqpTemplate;
    @Value("${spring.application.name}")