Spring restful

什麼是RestFul風格:
一種軟件架構風格、設計風格,而不是標準,只是提供了一組設計原則和約束條件。它主要用於客戶端和服務器交互類的軟件。基於這個風格設計的軟件能夠更簡潔,更有層次,更易於實現緩存等機制。java

歷史:
REST 來自於Roy Thomas Fielding 2000年的博士論文 - 《Architectural Styles and the Design of Network-based Software Architectures》web

基本概念
Representational State Transfer,is one way of providing interoperability between computer systems on the Internet.
restful風格實現的機制有多種,常見的有RPC和基於web的服務spring

用java實現RESTFUL
spring良好的支持restful風格,咱們用springboot實現rest風格緩存

參考:https://blog.csdn.net/tangyaya8/article/details/81270200

springboot

相關文章
相關標籤/搜索