上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 八、服务统一启动 1.手动开启Run Dashboard视图 修改文件:.idea/workspace.xml 搜索:<component name="RunDashboard"> 添加以下代码 <option name="configurationTypes"> <set> <option val 阅读全文
posted @ 2020-02-14 11:00 liw66 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 七、服务链路跟踪 1.下载:zipkin-server-2.12.9-exec.jar 2.运行:java -jar zipkin-server-2.12.9-exec.jar 3.访问:http://localhost:9411/ 阅读全文
posted @ 2020-02-13 11:16 liw66 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 六、服务路由网关 1.在父项目上面新建模块myzuul 2.选择Spring Cloud Discovery—>Eureka Discovery Client 选择Spring Cloud Routing—>Zuul 3.Module Name一般不做修改,和项目名称Artifact一样 4.将sr 阅读全文
posted @ 2020-02-12 11:32 liw66 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 五、服务消费方搭建 1.在父项目上面新建模块myclient 2.选择Spring Cloud Discovery—>Eureka Discovery Client 选择Spring Cloud Routing—>OpenFeign 3.Module Name一般不做修改,和项目名称Artifact 阅读全文
posted @ 2020-02-11 12:53 liw66 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 四、服务提供方搭建 1.在父项目上面新建模块myservice 2.选择Spring Cloud Discovery—>Eureka Discovery Client 3.Module Name一般不做修改,和项目名称Artifact一样 4.将src\main\resources下面的applic 阅读全文
posted @ 2020-02-10 10:17 liw66 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 三、服务配置中心搭建 1.在父项目上面新建模块myconfig 2.选择Spring Cloud Config—>Config Server 选择Spring Cloud Discovery—>Eureka Discovery Client 3.Module Name一般不做修改,和项目名称Arti 阅读全文
posted @ 2020-02-09 10:52 liw66 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 二、服务注册中心搭建 1.在父项目上面新建模块myeureka 2.输入Maven模块信息 3.选择Spring Cloud Discovery—>Eureka Server 4.Module Name一般不做修改,和项目名称Artifact一样 5.将src\main\resources下面的ap 阅读全文
posted @ 2020-02-08 11:26 liw66 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 一、父工程搭建 1.新建Maven项目 2.输入Maven坐标 项目组Group:com.li。 项目名称Artifact:mycloud。 版本version:1.0。 3.ProjectName工程名称,和组件名称Artifact一样。 Projectlocation:设置项目文件存放目录。 F 阅读全文
posted @ 2020-02-07 12:01 liw66 阅读(350) 评论(0) 推荐(0) 编辑
摘要: #启动 import win32api #0.打开ONENOTE win32api.ShellExecute(0,'open',r'C:\...\ONENOTEM.EXE','','',1) #1.打开TIM win32api.ShellExecute(0,'open',r'C:\...\TIM.e 阅读全文
posted @ 2020-02-04 22:29 liw66 阅读(1121) 评论(0) 推荐(0) 编辑
摘要: from jira import JIRA from dateutil.parser import parse import xlwt outputpath = r'错.xls' #获取错误内容 def getMyBug(): jira = JIRA('http://jira/',basic_aut 阅读全文
posted @ 2020-01-08 16:32 liw66 阅读(762) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页