Git Product home page Git Product logo

Comments (10)

 avatar commented on July 23, 2024

Spring Cloud目前支持四种服务注册中心:
Eureka,Consul,Zookeeper,Etcd(最后一个还在孵化中,没正式发布,所以这里暂时不支持),你选择了Eureka,那就跟Consul没任何关系了

from discovery.

 avatar commented on July 23, 2024

开启哪种服务注册中心,自然会去读取对应的配置。example只是示例,你不用它,可以注释掉,但是对于我来说,测试的时候,来回切换注释,会很麻烦,所以索性都放在一起了。总而言之,你用哪个服务注册中心,就在你的配置文件里放哪个配置。

from discovery.

 avatar commented on July 23, 2024

请加我微信 1394997,详细探讨

from discovery.

eratel avatar eratel commented on July 23, 2024

eureka中的配置并不完善需要添加
eureka.client.register-with-eureka=false
eureka.client.fetch-registry=false

from discovery.

 avatar commented on July 23, 2024

这个属于如何用Eureka的范畴。只要把我的插件加入进去,原本你怎么用的都不变,配置都不需要做任何修改。但有两个额外配置,我在文档里面也说明了,一个是version,另一个是group或者application

from discovery.

eratel avatar eratel commented on July 23, 2024

Nacos是必须要启动的吗?

from discovery.

 avatar commented on July 23, 2024

不是必须,启动了就是发布订阅模式,不启动只能通过Rest推送方式,你先看一下视频,界面上有“配置推送模式”的选项

from discovery.

 avatar commented on July 23, 2024

但建议你启动Nacos,阿里巴巴Nacos未来很可能取代Eureka和Zookeeper等,可以趁机了解一下

from discovery.

eratel avatar eratel commented on July 23, 2024

工程启动并没有出现图形化界面 swagger-ui.html中console Endpoint是有的

from discovery.

 avatar commented on July 23, 2024

discovery-console-desktop/com.nepxion.discovery.console.desktop.ConsoleLauncher,启动这个

from discovery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.