通用物联网网关
- 在 DeviceMapper.xml 中添加新的 SQL 查询语句,用于按名称搜索设备 - 在 DeviceRepository 接口中添加 selectListByName 方法 - 修改 DeviceServiceImpl 中的 findByName 方法,使用新的搜索逻辑 - 新增 WebSocketServer 类(暂无实现) |
||
---|---|---|
.mvn/wrapper | ||
src | ||
storage | ||
.gitattributes | ||
.gitignore | ||
compose.yaml | ||
LICENSE | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
README.md |
iot-gateway
通用物联网网关