logo头像

Aoho's Blog

REST

Spring Cloud OpenFeign集成Protocol Buffer

本文作者张天,著有《Spring Cloud 微服务架构进阶》一书。 背景 在之前的文章中,我们介绍过基于Spring Cloud微服务架构,其中,微服务实例之间的交互方式一般为RESTful HTTP请求或RPC调用。...

Restful Layer of SpringMVC vs Jersey

笔者项目实现前后端剥离,服务端对外提供restful接口。REST逐渐成为影响Web框架、Web协议与Web应用设计的重要概念。现在有越来越多的公司希望能以简单而又贴合Web架构本身的方式公开Web API,因此REST变得越来越重要...

浅析REST与HTTP

幂等性Methods can also have the property of "idempotence" in that (aside from error or expiration issues) the ...