美文网首页
springboot RESTful web service

springboot RESTful web service

作者: reco171 | 来源:发表于2018-09-04 22:26 被阅读0次

    RESTful web service和传统的MVC关键区别在于建HTTP响应体的方式,RESTful web服务控制器不依赖于视图技术来执行服务端对象数据到HTML端呈现,而是生成并返回Greeting对象,对象数据以JSON形式写入HTTP response响应

    Building a RESTful Web Service
    https://spring.io/guides/gs/rest-service/

    相关文章

      网友评论

          本文标题:springboot RESTful web service

          本文链接:https://www.haomeiwen.com/subject/xzznwftx.html