src/main/java/cc/mrbird/febs/rabbit/consumer/AgentConsumer.java
@@ -9,6 +9,7 @@ import org.springframework.amqp.core.Message; import org.springframework.amqp.rabbit.annotation.RabbitListener; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.stereotype.Component; import java.util.Date; @@ -19,6 +20,7 @@ **/ @Slf4j @Component @ConditionalOnProperty(prefix = "system", name = "job", havingValue = "true") public class AgentConsumer { @Autowired