BoundaryNotifications:JavaSpring 应用程序 - 通知 API

时间:2021-06-17 20:00:11
【文件属性】:
文件名称:BoundaryNotifications:JavaSpring 应用程序 - 通知 API
文件大小:7KB
文件格式:ZIP
更新时间:2021-06-17 20:00:11
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/ - 按时间(优先级)降序返回最后 N 个通知的 JSON 列表 扩展 API 和服务以允许编辑通知。 跟踪已读取的通知并在 GET 中返回此信息。 添加针对访问模式优化的持久层。 Spring 框架 Java 应用程序 - 通知 API 服务器运行在 数据持久化实现(jdbc) 包含通知是否
【文件预览】:
BoundaryNotifications-master
----pom.xml(2KB)
----BoundaryNotificationsTest.py(1KB)
----src()
--------main()
----.gitignore(102B)
----README.md(2KB)

网友评论