通用物联网网关
Go to file
zhuangtianxiang 94423833dc feat(gateway): 添加全局响应处理器和统一返回结果封装
- 新增 GlobalResponseHandler 类实现全局响应处理
- 添加 Result 类用于统一返回结果封装
- 实现 JsonUtil 工具类用于对象与 JSON 字符串转换
-优化了返回类型为 String 时的处理逻辑
2024-12-09 16:41:47 +08:00
.mvn/wrapper first update 2024-11-01 17:19:12 +08:00
src feat(gateway): 添加全局响应处理器和统一返回结果封装 2024-12-09 16:41:47 +08:00
.gitattributes first update 2024-11-01 17:19:12 +08:00
.gitignore update gitignore 2024-11-01 17:18:02 +08:00
compose.yaml first update 2024-11-01 17:19:12 +08:00
LICENSE Initial commit 2024-10-23 10:13:18 +08:00
mvnw first update 2024-11-01 17:19:12 +08:00
mvnw.cmd first update 2024-11-01 17:19:12 +08:00
pom.xml first update 2024-11-01 17:19:12 +08:00
README.md Initial commit 2024-10-23 10:13:18 +08:00

iot-gateway

通用物联网网关