SpringCloud踩坑日记

Spring Cloud · 2019-06-26 · 198 人浏览

随笔分类 - SpringCloud

SpringCloud踩坑日记 - 配置中心线上不可用

摘要: 简介: git ssh连接远程仓库异常, 不信任host 解决方案见这篇文章 https://blog.csdn.net/yapingge2014/article/details/79737506阅读全文

posted @ 2018-12-20 14:05 路漫漫灬| 编辑

SpringCloud踩坑日记 - zuul开启https

摘要: springboot项目jar包方式启动通用 1.证书放入资源文件夹 2.server 添加 ssl配置 踩坑点: key-store: classpath后面的冒号需要紧跟着classpath,不能有空格, 这里我折腾了1个小时多才发现 3. 原有http访问跳转到https阅读全文

posted @ 2018-11-15 11:46 路漫漫灬| 编辑

SpringCloud踩坑日记 - 使用ip注册到eureka

摘要: 服务提供者使用主机名注册到eureka改为使用ip注册到eureka阅读全文