|
|
|
@ -6,12 +6,10 @@ import com.luoo.user.service.UserPointLogService;
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
import org.springframework.amqp.rabbit.annotation.RabbitHandler;
|
|
|
|
|
import org.springframework.amqp.rabbit.annotation.RabbitListener;
|
|
|
|
|
import org.springframework.beans.BeanUtils;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
|
|
|
|
import java.io.IOException;
|
|
|
|
|
import java.util.Map;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @program: luoo_parent
|
|
|
|
@ -20,7 +18,7 @@ import java.util.Map;
|
|
|
|
|
* @create: 2024-07-24 13:05
|
|
|
|
|
**/
|
|
|
|
|
@Component
|
|
|
|
|
@RabbitListener(queues = "pointLog")
|
|
|
|
|
@RabbitListener(queues = "pointLog", containerFactory = "pointLogFactory")
|
|
|
|
|
@Slf4j
|
|
|
|
|
public class PointLogListener {
|
|
|
|
|
|
|
|
|
|