文件名称:product-manager
文件大小:76KB
文件格式:ZIP
更新时间:2024-05-30 00:02:07
Java
产品经理 简介应用程序提供了两个API GetProducts API { "id": "(string) unique id of the event", "timestamp": "(timestamp) utc timestamp of the event", "products": [ { "id": "(long) id of the product" } ] } 例子 { "id": "1234", "timestamp": "2017-01-23T12:34:56.123456789Z", "products": [ { "id": 2 } ] } 和 PutProducts API { "id": "(string) unique id of the event", "ti
【文件预览】:
product-manager-master
----mvnw.cmd(5KB)
----mvnw(6KB)
----src()
--------test()
--------main()
----.mvn()
--------wrapper()
----README.md(2KB)
----pom.xml(3KB)
----.gitignore(268B)
----data.sql(1KB)