
框架组件整合
EllisonPei
NULL
展开
-
Eureka 与Spring Boot Admin配合,搭建客户端界面健康检查
Eureka 与Spring Boot Admin配合使用:在Eureka搭建完成的基础上,配置生产者或者消费者使用Spring Boot Admin进行客户端式健康检查:application,yml配置修改:##server:# port: 8001#eureka:# instance:# prefer-ip-address: true # 注册服务时,使用服...原创 2019-10-23 19:51:18 · 655 阅读 · 0 评论 -
关于SpringBoot 2.0 以上整合SpringCloud EurekaServer问题
SpringBoot2.0以上整合EurekaServer 时,经过自己的一通配置操作后,在运行是出现如下报错:Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.2018-08-05 10:56:04...原创 2019-10-23 09:49:25 · 1080 阅读 · 0 评论