美文网首页
spring cloud config

spring cloud config

作者: tommyhxh | 来源:发表于2016-12-29 23:50 被阅读0次

    两部分 

    server 

    client

    config-server 配置服务端,服务管理配置信息

    HTTP服务资源的构成:

    /{application}/{profile}[/{label}]

    /{application}-{profile}.yml

    /{label}/{application}-{profile}.yml

    /{application}-{profile}.properties

    /{label}/{application}-{profile}.properties

    config-client 客户端,客户端调用server端暴露接口获取配置信息

    相关文章

      网友评论

          本文标题:spring cloud config

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