码迷,mamicode.com
首页 >  
搜索关键字:cloud services pack部署    ( 10026个结果
spring-boot-starter-webflux 与spring-cloud-starter-openfeign冲突
Thu Oct 22 17:16:01 CST 2020 [3be84a1c-14] There was an unexpected error (type=Internal Server Error, status=500). No qualifying bean of type 'org.spr ...
分类:编程语言   时间:2020-10-22 23:00:46    阅读次数:50
springcloud+nacos+sentinel+dubbo搭建项目的一些关键配置和依赖
1.主要依赖 1 <!-- nacos作为注册中心客户端所需要的依赖--> 2 <dependency> 3 <groupId>com.alibaba.cloud</groupId> 4 <artifactId>spring-cloud-starter-alibaba-nacos-discovery ...
分类:编程语言   时间:2020-10-22 22:59:33    阅读次数:52
Istio 控制面对接 Consul 注册中心
随着下一代非侵入式微服务技术 Service Mesh 服务网格的兴起,其解决了侵入式微服务框架的相关问题,实现了语言无关、对应用透明等能力。因此越来越多的开发者逐渐由传统的侵入式微服务解决方案(典型的技术方案为 Spring Cloud )转变为 Service Mesh 微服务解决方案。 作为 ...
分类:其他好文   时间:2020-10-21 21:20:50    阅读次数:19
Spring Cloud Zuul 服务网关(核心过滤器)
写在前面 本文参考以下文章,请参考原文 Spring Cloud源码分析(四)Zuul:核心过滤器 Spring Cloud Zuul :包含对请求的路由和过滤两个功能 路由功能负责将外部请求转发到具体的微服务实例上,是实现外部访问统一入口的基础 过滤器功能则负责对请求的处理过程进行干预,是实现请求 ...
分类:编程语言   时间:2020-10-21 21:14:56    阅读次数:32
The Fault in Our JARs: Why We Stopped Building Fat JARs
一篇很不错的关于fat jar 的文章,参考资料https://product.hubspot.com/blog/the-fault-in-our-jars-why-we-stopped-building-fat-jars HubSpot’s backend services are almost ...
分类:编程语言   时间:2020-10-21 21:03:47    阅读次数:25
CentOS6.5离线安装JDK1.8
##jdk1.8下载地址 https://repo.huaweicloud.com/java/jdk/8u202-b08/jdk-8u202-linux-x64.tar.gz ##安装jdk #检查是否安装jdk rpm -qa | grep jdk #如果有,先卸载已经安装的jdk rpm -e ...
分类:其他好文   时间:2020-10-21 20:25:51    阅读次数:23
git push报错:remote: error: refusing to update checked out branch: refs/heads/master
远程仓库通过git init初始化了一个项目,没有clone到本地,本地新建了一个项目,关联本地项目和远程仓库(参见IDEA新建本地项目关联远程git仓库 )后git push报错: wulf@wulf00 MINGW64 /e/workspace/开源/spring-cloud-gateway ( ...
分类:其他好文   时间:2020-10-19 22:57:24    阅读次数:26
太牛了!这是什么神仙级Spring Cloud Alibaba学习文档,清晰全面
SpringCloudAlibaba其实是阿里的微服务解决方案,是阿里巴巴结合自身微服务实践,开源的微服务全家桶,在SpringCloud项目中孵化成为SpringCloud的子项目。第一代的SpringCloud标准中很多组件已经停更,如:Eureak,zuul等。所以SpringCloudAlibaba很有可能成为SpringCloud第二代的标准实现,所以许多组件在业界逐渐开始使用,已有很多
分类:编程语言   时间:2020-10-18 16:54:33    阅读次数:93
太牛了!这是什么神仙级Spring Cloud Alibaba学习文档,清晰全面
SpringCloudAlibaba其实是阿里的微服务解决方案,是阿里巴巴结合自身微服务实践,开源的微服务全家桶,在SpringCloud项目中孵化成为SpringCloud的子项目。第一代的SpringCloud标准中很多组件已经停更,如:Eureak,zuul等。所以SpringCloudAlibaba很有可能成为SpringCloud第二代的标准实现,所以许多组件在业界逐渐开始使用,已有很多
分类:编程语言   时间:2020-10-18 16:54:02    阅读次数:88
DHCP中继
部署拓扑图: 1、对Cloud进行如下设置,选择VMnet1网卡 2、二层交换机的命令: # vlan batch 10 20 30 100 # interface Ethernet0/0/1 port link-type access port default vlan 100 # interfa ...
分类:其他好文   时间:2020-10-18 16:45:34    阅读次数:22
10026条   上一页 1 ... 29 30 31 32 33 ... 1003 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!