- Mastering Microservices with Java
- Sourabh Sharma
- 80字
- 2021-07-02 13:03:31
Writing the REST controller class
You could say that Roy Fielding is the father of Representational State Transfer (REST), given that he had defined this term in his doctoral dissertation. REST is a style of software architecture that amazingly utilizes the existing HTTP/S protocols. RESTful systems comply with REST architecture properties, principles, and constraints.
Now, you'll create a REST controller to handle the Calculation resource. The REST controller class handles the HTTP requests in the Spring RESTful web service implementation.
推薦閱讀
- 架構不再難(全5冊)
- C語言程序設計(第2版)
- 實用防銹油配方與制備200例
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- 編寫高質量代碼:改善Python程序的91個建議
- Data Analysis with IBM SPSS Statistics
- 編程菜鳥學Python數據分析
- Python從入門到精通
- UX Design for Mobile
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Drupal 8 Development Cookbook(Second Edition)
- 你好!Java
- 軟件測試技術
- 微信公眾平臺服務號開發:揭秘九大高級接口
- JavaWeb入門經典