SpringCloudLearning
SpringCloudLearning copied to clipboard
《史上最简单的Spring Cloud教程源码》
2021-07-23 16:00:38.356 INFO 32340 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3e84448c: startup date [Fri Jul 23 16:00:38 CST 2021]; root of context hierarchy 2021-07-23 16:00:38.550 ERROR 32340 --- [ main]...
疑问
我是一个 spring-cloud 的初学者。 有个问题请教下,如果看到,帮我回答下,谢谢! 1. 对于 spring-cloud 架构,如果是前端 页面 请求,则是不是 直接经过 zuul 网关 路由到服务提供方,而不用经过 ribbon, 或者 feign 客户端再调用一次, 不过不经过客户端的话,那 对 服务 的负载均衡 就没地方做,我的理解是否合理? 2. 如果是服务之间调用,则通过客户端直接调用,要不要再经过网关路由? 真实的项目架构是怎么样的一个设计,能帮我解答下吗,谢谢
如标题所述,按照博客编写后,打印出来只有时间,没有参数值,有人有相同的情况么?
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpHandler' defined in class path resource [org/springframework/boot/autoconfigure/web/reactive/HttpHandlerAutoConfiguration$AnnotationConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.http.server.reactive.HttpHandler]:...
更新readme
very good~!! 2020-06-10
 springboot2.0.3.RELEASE无法启动项目 需更换2.3.1.RELEASE版本
debug模式进不到redisratelimiter中去,redis中也没数据
第二篇
浏览器发起请求http://localhost:8764/hi?name=forezp报错 2018-04-04 10:42:08.974 ERROR 13628 --- [nio-8764-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.web.client.ResourceAccessException: I/O error on...
增加如下配置: management.endpoints.web.exposure.include=hystrix.stream management.endpoints.web.base-path=/actuator 该配置的意思是指定hystrixDashboard的访问路径,SpringBoot2.x以上必须指定,不然是无法进行访问 ps:在firefox访问会弹出下载框.....