mqtt初始化

This commit is contained in:
James-hp
2020-08-26 23:20:01 +08:00
parent e680069929
commit 670740979c
9 changed files with 394 additions and 346 deletions

View File

@@ -0,0 +1,7 @@
package com.ruoyi.common.redis.service;
import org.springframework.stereotype.Component;
@Component
public class MqttService {
}