- 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.
推薦閱讀
- AngularJS入門與進階
- Java完全自學教程
- Mastering Selenium WebDriver
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- 機器人Python青少年編程開發實例
- Bootstrap 4:Responsive Web Design
- R Data Analysis Cookbook(Second Edition)
- Unity UI Cookbook
- Selenium Testing Tools Cookbook(Second Edition)
- Hadoop大數據分析技術
- 監控的藝術:云原生時代的監控框架
- Spark for Data Science
- CorelDRAW X6中文版應用教程(第二版)
- 片上系統設計思想與源代碼分析
- Mahout實踐指南