- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 75字
- 2021-06-24 19:17:34
Hello REST resources
We have created the models, and we can start to think about our REST resources. We will create three main resources:
- CategoryResource which will be responsible for the Category class.
- The second one is UserResource. It will manage the interactions between the User class and the REST APIs.
- The last one, and more important as well, will be the NewsResource which will be responsible for managing news entities, such as reviews.
推薦閱讀
- Android和PHP開發最佳實踐(第2版)
- Learning PostgreSQL
- Learn to Create WordPress Themes by Building 5 Projects
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Scala編程實戰(原書第2版)
- C#程序設計(項目教學版)
- Modern C++ Programming Cookbook
- JavaScript+jQuery網頁特效設計任務驅動教程
- Python網絡爬蟲技術與應用
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- MongoDB Cookbook
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發
- TensorFlow程序設計
- WordPress Responsive Theme Design
- RStudio for R Statistical Computing Cookbook