- Building RESTful Web Services with Spring 5(Second Edition)
- Raja CSP Raman Ludovic Dewailly
- 53字
- 2021-06-30 19:13:32
Testing the endpoint – deleteUser
As we have finished out first API implementation, we can now test it by calling the URI http://localhost:8081/user/100 in our client (Postman or SoapUI) using the DELETE method:

After deleting the new user, you can check the results by calling the getAllUsers URI (http://localhost:8081/user).
推薦閱讀
- 解析QUIC/HTTP3:未來(lái)互聯(lián)網(wǎng)的基石
- 光網(wǎng)絡(luò)評(píng)估及案例分析
- OpenLayers Cookbook
- 農(nóng)產(chǎn)品物聯(lián)網(wǎng)研究與應(yīng)用
- Go Web Scraping Quick Start Guide
- 互聯(lián)網(wǎng)安全的40個(gè)智慧洞見(jiàn):2014年中國(guó)互聯(lián)網(wǎng)安全大會(huì)文集
- 計(jì)算機(jī)網(wǎng)絡(luò)與通信(第2版)
- 2018網(wǎng)信發(fā)展報(bào)告
- 通信原理及MATLAB/Simulink仿真
- 基于性能的保障理論與方法
- Android UI Design
- 語(yǔ)音信號(hào)處理及Blackfin DSP實(shí)現(xiàn)
- 物聯(lián)網(wǎng)工程導(dǎo)論(第3版)
- Getting Started with Memcached
- Laravel Application Development Cookbook