feat: 新增mqtt客户端springboot服务,实现mqtt监听服务器消息

master
yaoxin 2024-06-01 21:03:13 +08:00
parent 4cf5b05235
commit e5c26727ac
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import javax.annotation.PostConstruct;
public class ReturnCallbackConfig implements RabbitTemplate.ReturnsCallback {
@Autowired
private RabbitTemplate rabbitTemplate;
@PostConstruct // @PostContruct是spring框架的注解在⽅法上加该注解会在项⽬启动的时候执⾏该⽅法也可以理解为在spring容器初始化的时候执