- Building RESTful Web Services with Spring 5(Second Edition)
- Raja CSP Raman Ludovic Dewailly
- 160字
- 2021-06-30 19:13:32
CRUD Operations in Plain REST (Without Reactive) and File Upload
In the last chapter, we explored a CRUD operation with Reactive support. As the Spring development team is still updating more Reactive entities, Reactive support hasn't reached their level yet. Though Spring 5 Reactive support is working fine, they still need to improve it to make it stable. After considering these pointers, we plan to avoid Reactive support in order to make it simple for you.
In this chapter, we will go through basic CRUD (Create, Read, Update, and Delete) APIs in Spring 5 (without Reactive) REST. After this chapter, you will be able to do a simple CRUD operation in Spring 5 without Reactive support. Also, we will talk about file upload options in Spring 5.
In this chapter, we will cover the following methods:
- Mapping CRUD operations to HTTP methods
- Creating a user
- Updating a user
- Deleting a user
- Reading (selecting) a user
- File uploads in Spring
推薦閱讀
- Application Development with Qt Creator(Second Edition)
- Building E-commerce Sites with VirtueMart Cookbook
- 智能網聯汽車V2X與智能網聯設施I2X
- 物聯網檢驗檢測技術
- 物聯網安全與深度學習技術
- 互聯網基礎資源技術與應用發展態勢(2021—2023)
- 網絡互聯技術(實踐篇)
- Spring 5.0 Projects
- React Cookbook
- 設備監控技術詳解
- 互聯網安全的40個智慧洞見(2016)
- Getting Started with tmux
- ElasticSearch Server
- SD-WAN 架構與技術
- Next.js Quick Start Guide