| | |
| | | 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.beans.factory.annotation.Autowired; |
| | | 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; |
| | |
| | | import java.util.concurrent.ThreadPoolExecutor; |
| | | import java.util.concurrent.TimeUnit; |
| | | |
| | | //import org.springframework.amqp.core.AmqpTemplate; |
| | | |
| | | /** |
| | | * 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020<br> |
| | | * |
| | |
| | | public class AccessLogService { |
| | | private ExecutorService executorService; |
| | | |
| | | @Autowired |
| | | // private AmqpTemplate amqpTemplate; |
| | | // @Autowired |
| | | private AmqpTemplate amqpTemplate; |
| | | |
| | | @Value("${spring.application.name}") |
| | | private String defaultServiceId; |