springCould
15810356216
这个作者很懒,什么都没留下…
展开
-
SpringCloud Feign
1、pom.xml <!-- web模块 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifa...原创 2018-11-15 23:24:36 · 200 阅读 · 0 评论 -
springboot2.0 bus总线实现config自动刷新
一、手动刷新 1、创建GitHub远程仓库,把配置文件放到上边 测试示例:https://github.com/bjxPolestar/config-repo/tree/master/config-repo 2、需要搭建RabbitMQ(需要进行消息传递的) 3、Config Server端 3.1 pom.xml <dependency> <groupId...原创 2018-12-18 15:04:00 · 3252 阅读 · 0 评论