摘要: 如题,配置文件如下: #注册中心配置 eureka: instance: instanceId: ${spring.application.name}:${random.int} hostname: sxd client: serviceUrl: defaultZone: http://es1:18 阅读全文
posted @ 2018-07-20 15:34 Angel挤一挤 阅读(6110) 评论(0) 推荐(1)
摘要: 参考地址:https://blog.csdn.net/win7system/article/details/54377471 使用场景:在自动解析封装配置文件中的配置完成自动注入spring的时候 例如rocketMQ相关配置 例如Druid相关配置 阅读全文
posted @ 2018-07-20 14:16 Angel挤一挤 阅读(372) 评论(0) 推荐(0)
摘要: RocketMQ4.2.0 和 spring boot的结合使用,实现分布式事务 参考地址:https://www.jianshu.com/p/f57de40621a0 阅读全文
posted @ 2018-07-20 14:13 Angel挤一挤 阅读(607) 评论(0) 推荐(0)
摘要: 参考地址:https://blog.csdn.net/yucaifu1989/article/details/80960018 参考地址:https://blog.csdn.net/u012040909/article/details/79622717 常见错误 参考地址:https://blog. 阅读全文
posted @ 2018-07-20 14:01 Angel挤一挤 阅读(378) 评论(0) 推荐(0)