上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: seata-server为seata中的事务协调器。 参考:http://seata.io/en-us/docs/ops/deploy-server.html 只能在jdk8环境 seata的wiki https://github.com/seata/seata/wiki/Home_Chinese 阅读全文
posted @ 2019-03-17 18:34 wintersoft 阅读(43727) 评论(0) 推荐(1) 编辑
摘要: 下载页面https://github.com/alibaba/Sentinel/releases wget -P /opt/downloads https://github.com/alibaba/Sentinel/releases/download/1.6.0/sentinel-dashboard 阅读全文
posted @ 2019-03-17 14:19 wintersoft 阅读(8424) 评论(0) 推荐(0) 编辑
摘要: 下载、解压 复制到另外3个目录,本文在同一服务器上用8841,8842,8843这3个不同端口模拟nacos集群,前端放nginx进行负载均衡。 若是ubuntu系统,默认使用dash而不是bash,若执行startup.sh启动会报[[: not found 赋予权限 若是standalone模式 阅读全文
posted @ 2019-03-15 16:52 wintersoft 阅读(5061) 评论(0) 推荐(0) 编辑
摘要: 文本只涉及单节点nginx 安装gcc g++依赖库 安装pcre依赖库 安装zlib依赖库 安装ssl依赖库 下载并安装 修改nginx配置 放出pid 去掉http节点下某些注释(非必须) 验证配置文件 启动 注:-c 指定配置文件的路径,不加的话,nginx会自动加载默认路径的配置文件,可以通 阅读全文
posted @ 2019-03-15 16:32 wintersoft 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-01-13 14:38 wintersoft 阅读(372) 评论(0) 推荐(0) 编辑
摘要: string redisConnectionString = Configuration.GetSection("Storage:Redis").GetValue("ConnectionString"); string redisInstanceName = Configuration.GetSection("Storage:R... 阅读全文
posted @ 2018-12-20 00:05 wintersoft 阅读(835) 评论(0) 推荐(0) 编辑
摘要: docker pull openzipkin/zipkin 新建docker-compose.yml加入以下内容,自行修改。 守护进程启动 cd 到docker-compose.yml目录下docker-compose up -d 停止docker-compose stop 阅读全文
posted @ 2018-11-29 17:22 wintersoft 阅读(3062) 评论(0) 推荐(0) 编辑
摘要: Zipkin is a used for capturing timing data, it also has a centralized repository, and a microweb server that allows you to display, and search through 阅读全文
posted @ 2018-11-29 16:28 wintersoft 阅读(465) 评论(0) 推荐(0) 编辑
摘要: consumer端不引用spring-boot-starter-actuator的情况 Consumer端会报Unable to connect to Command Metric Stream。新建HystrixConfiguration类加入以下代码: hystrix-dashboord输入的地 阅读全文
posted @ 2018-11-27 17:37 wintersoft 阅读(2373) 评论(0) 推荐(0) 编辑
摘要: Implementation of JAXB-API has not been found on module path or classpath. JAXB API是java EE 的API,java 9/10引入了模块的概念,Java SE中将不再包含java EE 的Jar包。 阅读全文
posted @ 2018-11-25 23:06 wintersoft 阅读(1329) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页