文件名称:flowfact-testtask
文件大小:33KB
文件格式:ZIP
更新时间:2024-08-06 05:45:56
Java
flowfact-testtask 这是一个 RESTful 服务,它应该能够委托对地址和电话号码的 CRUD 操作。 我在这里使用 Spring 来构建 RESTful 服务并能够使用依赖注入。 映射: ${server-root}/${context-root}/address GET - 搜索地址。 查询参数是——地址ID的ID; -- 邮政编码的PC; ——国家CR; ——乡村地区的CRA; ——城市CT; ——城市区域CTA; -- SL0 代表街道 0 号线; -- SL1 代表街道 0 号线; 不需要任何参数,每个传递的参数都将包含在搜索查询中。 PUT - 商店地址。 地址对象应作为查询正文传递:{ "postcode": "49000", "country": "Ukraine", "countryArea": "Dnipropetrovska oblast",
【文件预览】:
flowfact-testtask-master
----.project(380B)
----flowfact-testtask-webapp()
--------.project(1KB)
--------.springBeans(456B)
--------WebContent()
--------src()
--------.settings()
--------pom.xml(1KB)
--------.classpath(1KB)
--------.gitignore(9B)
----flowfact-testtask-dao()
--------.project(1KB)
--------src()
--------.settings()
--------pom.xml(1KB)
--------.classpath(1KB)
--------.gitignore(9B)
----.settings()
--------org.eclipse.m2e.core.prefs(86B)
----flowfact-testtask-core()
--------.project(1007B)
--------src()
--------.settings()
--------pom.xml(903B)
--------.classpath(1KB)
--------.gitignore(9B)
----README.md(1KB)
----pom.xml(2KB)