-
Notifications
You must be signed in to change notification settings - Fork 1k
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
《重新定义Spring Cloud实战》读者书评-收集ing #1
Comments
ch3-1-config-server 启动之后,再启动 eureka-server启动不了,我让我同事看,我同事说必须把server.port放在eureka-server的配置文件中才行。ch3-1 源码是不是有问题啊?求解答 |
@zuoziye1 代码没问题的,可以加我微信Software_King进答疑群答疑 |
第五章。图 5-1 load balancer 文字描述错误 |
在表 5-1 下方的介绍中,提到:ZoneAvoidanceRule 策略已经废弃掉了,现在的默认负载均衡是 RoundRobin。而在表 5-3 中,IRule 的默认实现类是 ZoneAvoidanceRule。这个是否有冲突?我理解的是,既然 ZoneAvoidanceRule 已经废弃了,那么默认的实现类应该是 RoundRobin? |
这本书前面几张写的非常好,是读过的基本springboot里面把关键点写的非常清楚地一本。但是第21章版本控制和灰度发布,写的太简单,就是个sample 结束完全不知其所以然。 |
@laiyy0728 @linwei007 @zuoziye1 更多内容解答,可以加我微信Software_King进微信群 |
也感觉21章有些简单,笼统,其他章节写的很好,源码,实战并存。 |
内容太入门了,spring.io上全有啊。。。 |
ch10-1的common项目应该少了一个依赖: |
|
一开始就掉坑, 代码清单 ch2-1的pom.xml 中spring-cloud 的版本用 变量${spring-cloud.version}标识,而在仓库中却是直接填的版本信息,我觉得代码尽量贴全面一点咯 |
|
配置书中讲的不全,得对着源码工程来才行 |
不过坑爬的多,懂得就越多,感谢作者 |
3-1的eureka-server要怎么启动的,直接启动总是默认端口8080,没有加载到config-server中的配置文件.我在eureka-server的配置文件里面加上了spring.profiles.active=peer1才能加载到eureka-server-peer1,但是peer2又要怎么加载. |
搞毛啊,为什么每次都会抄送我------------------ 原始邮件 ------------------
发件人: "xialutiya"<notifications@github.com>
发送时间: 2019年7月18日(星期四) 上午8:22
收件人: "SpringCloud/spring-cloud-code"<spring-cloud-code@noreply.github.com>;
抄送: "rhettpang"<rhett.pang@qq.com>;"Mention"<mention@noreply.github.com>;
主题: Re: [SpringCloud/spring-cloud-code] 《重新定义Spring Cloud实战》读者书评-收集ing (#1)
3-1的eureka-server要怎么启动的,直接启动总是默认端口8080,没有加载到config-server中的配置文件.我在eureka-server的配置文件里面加上了spring.profiles.active=peer1才能加载到eureka-server-peer1,但是peer2又要怎么加载.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
你没有写controller吗,我现在遇到了一个问题就是起不了eureka-peer2 |
@zjs9609 里面有个readme文件,还有问题加我微信进书籍答疑群 |
p505 ch21-3 的代码呢? |
第十三章灰度发布的Discovery项目是哪个版本啊?github上下载下来的项目会有登录认证这一步,有com.nepxion.discovery.console.desktop.ConsoleLogin.java这个文件,书中截图却没有这个文件,到底是哪个版本啊? |
建议把P503 页的Discovery项目的源码也加到github上,或者指定 https://github.com/Nepxion/Discovery的具体版本号,以及相关配置。以便于和21.3.2的项目调通。 |
1 https://github.com/Nepxion/Discovery目前最早的版本是3.8.1 ,discovery-console-desktop子项目都有ConsoleLogin.java 这个文件,但书中截图却没这个文件,P503页无可操作性。 |
欢迎各位读者按照下面格式反馈读者书评
The text was updated successfully, but these errors were encountered: