文件名称:BoundaryNotifications:JavaSpring 应用程序 - 通知 API
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-07 13:46:51
Java
边界通知
描述:
编写一个具有两个端点的 HTTP 服务: POST /notifications - 接受以下 JSON 格式的通知数据结构:
{"user_id": int, "timestamp": int, "message": String}
并返回以下内容:
{"id": int, "user_id": int, "timestamp": int, "message": String}
GET /notifications/by_user/
【文件预览】:
BoundaryNotifications-master
----pom.xml(2KB)
----BoundaryNotificationsTest.py(1KB)
----src()
--------main()
----.gitignore(102B)
----README.md(2KB)