-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
启动discovery-springcloud-example #4
Comments
Spring Cloud目前支持四种服务注册中心: |
开启哪种服务注册中心,自然会去读取对应的配置。example只是示例,你不用它,可以注释掉,但是对于我来说,测试的时候,来回切换注释,会很麻烦,所以索性都放在一起了。总而言之,你用哪个服务注册中心,就在你的配置文件里放哪个配置。 |
请加我微信 1394997,详细探讨 |
eureka中的配置并不完善需要添加 |
这个属于如何用Eureka的范畴。只要把我的插件加入进去,原本你怎么用的都不变,配置都不需要做任何修改。但有两个额外配置,我在文档里面也说明了,一个是version,另一个是group或者application |
Nacos是必须要启动的吗? |
不是必须,启动了就是发布订阅模式,不启动只能通过Rest推送方式,你先看一下视频,界面上有“配置推送模式”的选项 |
但建议你启动Nacos,阿里巴巴Nacos未来很可能取代Eureka和Zookeeper等,可以趁机了解一下 |
工程启动并没有出现图形化界面 swagger-ui.html中console Endpoint是有的 |
discovery-console-desktop/com.nepxion.discovery.console.desktop.ConsoleLauncher,启动这个 |
启动discovery-springcloud-example中为什么会使用到consul,不是已经注册到eurek中去了吗?
The text was updated successfully, but these errors were encountered: