- 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.
推薦閱讀
- Instant Testing with CasperJS
- Designing Machine Learning Systems with Python
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Oracle Database In-Memory(架構與實踐)
- 匯編語言程序設計(第2版)
- Java Web程序設計
- 零基礎學MQL:基于EA的自動化交易編程
- Python:Master the Art of Design Patterns
- Processing創意編程指南
- Python一行流:像專家一樣寫代碼
- Python硬件編程實戰
- Java高級程序設計
- Elasticsearch搜索引擎構建入門與實戰
- LabVIEW入門與實戰開發100例(第4版)
- Python人工智能項目實戰