通用物联网网关
- 修改 DeviceController 中记录查询接口的路径 - 新增 RecordDataService 接口的 query 方法 - 实现 RecordDataServiceImpl 中的 query 方法 - 在 RecordDataRepository 中添加 selectByClientId 方法 - 新增 RecordDataMapper.xml 文件,定义 selectByClientId 方法的 SQL 查询 |
||
---|---|---|
.mvn/wrapper | ||
src | ||
storage | ||
.gitattributes | ||
.gitignore | ||
compose.yaml | ||
LICENSE | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
README.md |
iot-gateway
通用物联网网关