1.优化部分任务处理逻辑
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -33,6 +33,7 @@ import org.springframework.amqp.core.Message; | ... | @@ -33,6 +33,7 @@ import org.springframework.amqp.core.Message; |
33 | import org.springframework.amqp.rabbit.annotation.*; | 33 | import org.springframework.amqp.rabbit.annotation.*; |
34 | import org.springframework.beans.factory.annotation.Autowired; | 34 | import org.springframework.beans.factory.annotation.Autowired; |
35 | import org.springframework.beans.factory.annotation.Value; | 35 | import org.springframework.beans.factory.annotation.Value; |
36 | import org.springframework.data.redis.core.RedisTemplate; | ||
36 | import org.springframework.stereotype.Component; | 37 | import org.springframework.stereotype.Component; |
37 | import org.springframework.web.server.ResponseStatusException; | 38 | import org.springframework.web.server.ResponseStatusException; |
38 | 39 | ... | ... |
-
Please register or sign in to post a comment