| | |
| | | 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; |
| | |
| | | private ExecutorService executorService; |
| | | |
| | | // @Autowired |
| | | private AmqpTemplate amqpTemplate; |
| | | // private AmqpTemplate amqpTemplate; |
| | | |
| | | @Value("${spring.application.name}") |
| | | private String defaultServiceId; |