- Building RESTful Web Services with Spring 5(Second Edition)
- Raja CSP Raman Ludovic Dewailly
- 71字
- 2021-06-30 19:13:30
Testing the endpoint – getAllUsers
As we have finished out first API implementation, we can now test it by calling the following URI in the browser:
http://localhost:8081/user
You should get the following result:
[
{
userid: 100,
username: "David"
},
{
userid: 101,
username: "John"
},
{
userid: 102,
username: "Kevin"
}
]
You can also check the API in any REST client, like Postman/SoapUI or any other REST client.
推薦閱讀
- 物聯網工程規劃技術
- 面向物聯網的CC2530與傳感器應用開發
- Django 2 by Example
- 走進物聯網
- 物聯網信息安全
- Windows Server 2003 Active Directory Design and Implementation: Creating, Migrating, and Merging Networks
- 企業私有云建設指南
- 世界互聯網發展報告·2019
- Getting Started with Grunt:The JavaScript Task Runner
- 網管員必讀:網絡管理(第2版)
- WordPress Web Application Development
- 計算機網絡技術及應用
- 工業互聯網創新實踐
- 端到端QoS網絡設計
- 計算機網絡技術