摘要: 异常信息:Unable to connect to Command Metric Stream 1、正常搭建好hystric dashboard,访问http://ip:port/hystrix会弹出如下页面 2、根据上图的红色方框内的提示,填写http://localhost:8083/hystr 阅读全文
posted @ 2018-10-17 14:58 eleven_毛毛 阅读(1092) 评论(0) 推荐(0) 编辑
摘要: 转载请注明出处:https://www.cnblogs.com/mahongchao/p/9773586.html 1、创建springboot工程,工程目录如下: 2、添加gradle依赖 3、在springboot工程的入口类上添加@SpringBootApplication、@EnableEu 阅读全文
posted @ 2018-10-11 17:06 eleven_毛毛 阅读(1355) 评论(0) 推荐(0) 编辑
摘要: 1、查看Ubuntu 版本指令: lsb_release -a 或者 cat /etc/issue 2、Ubuntu镜像下载地址: http://mirrors.163.com/ubuntu-releases 3、打包压缩.tar.gz命令 tar czvf my.tar.gz file1 file 阅读全文
posted @ 2018-09-10 11:57 eleven_毛毛 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 1、安装PHP 解压到一个指定的目录(如E:\PHP); 将PHP安装目录(如E:\PHP)加入到PATH环境变量中; 复制php.ini-development文件为php.ini,并且把“extension_dir= "ext"”、“extension=php_curl.dll”、“extens 阅读全文
posted @ 2018-09-06 19:19 eleven_毛毛 阅读(3274) 评论(0) 推荐(0) 编辑
摘要: 未知的jar包冲突导致的springcloud config client启动异常 阅读全文
posted @ 2018-05-13 16:46 eleven_毛毛 阅读(4961) 评论(1) 推荐(1) 编辑