美文网首页
Welcome to the cloud, Spring

Welcome to the cloud, Spring

作者: 李姐夫 | 来源:发表于2017-07-17 22:22 被阅读0次

    用spring boot创建一个微服务:

    在这个样例中,你基本上已经暴露了一个简单的GET HTTP 端点,这个断点通过URL会接受两个参数(firstName 和lastName),接着了返回一个简单的JSON字符串的消息 "Hello firstName lastName". 如果你对断点/hello/john/carnell进行请求,他就将返回如下信息:

    {"message": ""Hello johon carnell" }

    d

    相关文章

      网友评论

          本文标题:Welcome to the cloud, Spring

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