ityouknow / blog-comments

15 stars 0 forks source link

spring-cloud - ityouknow's Blog #48

Open ityouknow opened 6 years ago

ityouknow commented 6 years ago

http://www.ityouknow.com/spring-cloud

the world is colorful

FnuJava commented 6 years ago

写的很好

LouisHsiao commented 6 years ago

赞!学习后受益匪浅!!是否可以给出一份前后端分离的最佳实践Demo,例如:Spring Cloud + VueJs,感谢!!!

JIAN-JUN-MENG commented 6 years ago

为什么服务提供和调用的jar和Eureka的jar冲突啊

iver3on commented 6 years ago

@LouisHsiao 赞!学习后受益匪浅!!是否可以给出一份前后端分离的最佳实践Demo,例如:Spring Cloud + VueJs,感谢!!!

使用nginx 可搞、

ladyJianJian commented 6 years ago

博主,我搜索到的都是要加上@RefreshScope注解才支持,有没有能将springcloud客户端服务默认支持热更新的方法?

a-big-cutie commented 6 years ago

如果我在搭建一个项目(springcloud)的框架时,需要考虑到什么吗?简而言之的讲,需要用到什么,因为学的时候都是分开学的

LuoLiangDSGA commented 6 years ago

https://github.com/LuoLiangDSGA/SpringBoot-Learning/tree/master/upload 可以参考我的,Vue+SpringBoot前后端分离> @LouisHsiao

赞!学习后受益匪浅!!是否可以给出一份前后端分离的最佳实践Demo,例如:Spring Cloud + VueJs,感谢!!!

ityouknow commented 6 years ago

@old-king 您好,请问分布式事务这一块,贵公司是如何解决的

最终一致性来解决。

whryuuki commented 6 years ago

楼主你好,我看你的文章springcloud(三):服务提供与调用,通过github下载了你的源码,运行后注册中心页面正常,customer调用producer的时候,第一次调用抛异常java.lang.NoClassDefFoundError: com/google/common/reflect/TypeToken,之后再调用抛异常java.lang.NoClassDefFoundError: Could not initialize class com.netflix.client.config.CommonClientConfigKey这两个类的jar明显都依赖到项目中了,楼主遇到过吗?

whryuuki commented 6 years ago

自己解决了,加入如下依赖

com.google.guava guava [18.0,)
wujunqing commented 6 years ago

好资料

cwj125202 commented 6 years ago

楼主你好,当服务端设置了server.context-path ,客户端用feign调用服务端就会报404 错误,我想问的是服务端能不能设置server.context-path 如果能如何设置?

ityouknow commented 6 years ago

@cwj125202 feign调用的时候可以设置,我记得在我的知识星球有个朋友遇到过这个问题,分享了出来。

cwj125202 commented 6 years ago

@ityouknow @cwj125202 feign调用的时候可以设置,我记得在我的知识星球有个朋友遇到过这个问题,分享了出来。

能劳烦给个这个问题的链接吗

ityouknow commented 6 years ago

@cwj125202 https://wx.zsxq.com/mweb/views/topicdetail/topicdetail.html?topic_id=51511541551224&user_id=51122215822184

cwj125202 commented 6 years ago

@ityouknow @cwj125202 https://wx.zsxq.com/mweb/views/topicdetail/topicdetail.html?topic_id=51511541551224&user_id=51122215822184

OK,解决了,感谢!

shuohao commented 6 years ago

@ityouknow spring cloud如何上线service,比如我有4台服务,单台单台上,项目更新重启后eureka第一是不能立即感知到某一台下线第二是即便感知到了eureka也不会把它做下线处理,网关层依然会有请求打到上线重启的那台机器,怎么上线才能做到对用户或者业务方没有影响

SUNNINIU commented 6 years ago

Boot 和 Cloud 的文章都看完了,写得很好,优秀的程序员

Yiaichen commented 6 years ago

mark

ghost commented 6 years ago

大神,怎么不介绍下spring cloud 安全方面的?

luobingn commented 6 years ago

不错

a173030685 commented 6 years ago

这个博客稳得一批。

lyc7257957 commented 6 years ago

楼主 我是个新手,在你写的博客中Spring Cloud 开源软件里面 第3个spaascloud-master项目我下载下来的paascloud-login-web-master,paascloud-mall-web-master,paascloud-master三个怎么才能在本地完整的把项目跑起来,我想跑起来看看效果。谢谢了

pennliang commented 6 years ago

springCloud(三)服务提供和调用,服务调用pom.xml少了一个jar引入:

org.springframework.cloud spring-cloud-starter-feign

不然启动consumer会报:java.lang.ClassNotFoundException: feign.Feign$Builder 错误

mylater commented 5 years ago

作者写的很棒,希望后面能分享一些学习过程中的心得。同样是学习,感觉自己学了之后没什么能够写下来。

renshen4322 commented 5 years ago

负载均衡的应该写一个

10wjfang commented 5 years ago

能否介绍一下怎么使用Docker部署Spring Cloud项目,十四里介绍的那些开源软件没有使用到Docker。

RoyalXC commented 5 years ago

@10wjfang 能否介绍一下怎么使用Docker部署Spring Cloud项目,十四里介绍的那些开源软件没有使用到Docker。

jenkins + docker部署。。百度有教程的。。弄起来也很快

zglnsyfsw commented 5 years ago

楼主请问你这个博客是咋弄的呢?

chenjunhua8080 commented 5 years ago

@zglnsyfsw 楼主请问你这个博客是咋弄的呢?

一言难尽

mowentianji commented 5 years ago

支持大佬

Chen120322 commented 5 years ago

springboot2.0 zipkin+Feign无法展示链路信息,怎么解决

doufuplus commented 5 years ago

走起,学习。。

rellyxx commented 5 years ago

学习

calcyu commented 5 years ago

写贴子是对所学知识最好的消化和小结,写的越好,说明你理解的越深刻,本来我也想写,但发现你写的就是我要写的。大哥你太秀了!膜拜ING

MatthewLeeOnTheWay commented 5 years ago

能否介绍一下spring cloud单点登陆怎么应用,以简单的例子?

Summer120 commented 5 years ago

gateway requestRateLimiter 如何针对具体的ip进行限流?

zllw commented 5 years ago

挺清晰的

z469441432 commented 5 years ago

请问下博主,有没有spring cloud +spring security auth2.0或者jwt的权限管理相关文章?

miniloft commented 5 years ago

学习了

huangchengkang commented 5 years ago

666

wu9007 commented 5 years ago

请问博主在团队开发环境的时候,每人都要在本机部署一套注册机和网关吗?能不能在公共的开发服务器上部署一个注册机和网关所有开发人员一起用?

ityouknow commented 5 years ago

@leyan95 一般使用公共的比较好,大家可以公用一些基础组件。

ghost commented 5 years ago

很nice

17862923747 commented 5 years ago

给大佬点赞

xiezm commented 5 years ago

大家注意,banner 条的背景图是立体的。

XiaoFengSophia commented 5 years ago

我头学到尾,敲到尾,从刚开始的懵懵懂懂到后来的了解、认识再到学到了,知识就像砌墙一样,一步一步来

17862923747 commented 5 years ago

我也要努力💪

lishen 邮箱:17862923747@163.com

Signature is customized by Netease Mail Master

On 06/13/2019 17:06, zhaoxiaofeng wrote:

我头学到尾,敲到尾,从刚开始的懵懵懂懂到后来的了解、认识再到学到了,知识就像砌墙一样,一步一步来

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

caiboqiang commented 5 years ago

Spring Cloud 集成用用户权限认证方案?有没有这个问题很苦恼啊!

qq1012405911 commented 5 years ago

在这里学习了整套spring-cloud 感谢