会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
点点_滴滴
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
···
19
下一页
2019年2月26日
springboot 通用Mapper使用
摘要: https://blog.csdn.net/dwf_android/article/details/79359360 https://www.cnblogs.com/larryzeal/p/5874107.html https://blog.csdn.net/qq_19260029/article/
阅读全文
posted @ 2019-02-26 01:04 点点_滴滴
阅读(653)
评论(0)
推荐(0)
2019年1月14日
springBoot 发布war包
摘要: 1.packaging 改为war 2.剔除内置tomcat 3.增加tomcat servlet 4.和application 同级增加 SpringBootStartApplication 5.发布
阅读全文
posted @ 2019-01-14 17:12 点点_滴滴
阅读(189)
评论(0)
推荐(0)
2018年12月22日
springCloud Zuul网关
摘要: 1.springboot 仅2.0.x 支持,在此选择 2.0.7 2.新建Module eureka-zuul-client 3.导入依赖 4.启动类加上注解 @EnableEurekaClient@EnableZuulProxy 5.增加配置文件application.yml 6.增加zuul熔
阅读全文
posted @ 2018-12-22 14:44 点点_滴滴
阅读(420)
评论(0)
推荐(0)
2018年12月21日
springboot hystrix turbine 聚合监控
摘要: 1.新建Module eureka-monitor-client 2.父级pom中添加module 3.编写eureka-monitor-client 中的pom 4.编写application.yml 5.主函数 6.输入 http://192.168.9.6:8766/turbine.strea
阅读全文
posted @ 2018-12-21 14:10 点点_滴滴
阅读(1030)
评论(0)
推荐(0)
springBoot Feign Hystrix Dashboard
摘要: 1.引入依赖 2.主函数加入注解 3.配置文件actuator中开启hystrix 4.输入http://192.168.9.6:10114/actuator/hystrix.stream 显示 5.输入http://192.168.9.6:8765/hystrix 显示 6.填入http://19
阅读全文
posted @ 2018-12-21 11:36 点点_滴滴
阅读(835)
评论(0)
推荐(0)
springBoot Ribbon Hystrix Dashboard
摘要: 1.引入依赖 2.主函数开启 @EnableHystrixDashboard 3.actuator 中开启hyxstrix 4.运行http://192.168.9.6:10113/actuator/hystrix.stream 显示 5.运行 http://192.168.9.6:8764/hys
阅读全文
posted @ 2018-12-21 11:25 点点_滴滴
阅读(361)
评论(0)
推荐(0)
springBoot Feign Hystrix
摘要: 1.引入依赖包 2.配置文件开启熔断器 3.定义熔断器fallback 4.编写hystrix_eurekaClientFeign类
阅读全文
posted @ 2018-12-21 10:52 点点_滴滴
阅读(344)
评论(0)
推荐(0)
springBoot Ribbon Hystrix
摘要: 1.依赖包引入 2.主函数加入注解 @EnableHystrix 开启熔断器 3.编写熔断器faillbackMethod
阅读全文
posted @ 2018-12-21 10:49 点点_滴滴
阅读(449)
评论(0)
推荐(0)
2018年12月20日
springBoot Feign
摘要: 1.引入依赖包 2.主函数 @EnableEurekaClient@EnableFeignClients 3.创建feign配置文件 4.创建接口 5.创建controller调用
阅读全文
posted @ 2018-12-20 18:32 点点_滴滴
阅读(1755)
评论(0)
推荐(0)
springBoot Ribbon 负载均衡
摘要: 1.依赖引用 2.主函数增加 @EnableEurekaClient 3.增加ribbon配置文件 4.编写controller 5.负载结果 采用的规则是默认 轮询选择 的方式。 重要: maven 仓储查询https://mvnrepository.com/
阅读全文
posted @ 2018-12-20 11:14 点点_滴滴
阅读(5842)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
7
8
···
19
下一页
公告