2019年5月21日
摘要: spring cloud微服务中台服务代码例子,包括eureka、hystrix、zuul https://github.com/birdstudiocn/spring-cloud-sample/tree/master 阅读全文
posted @ 2019-05-21 15:08 力奋 阅读(270) 评论(0) 推荐(0) 编辑
  2019年4月4日
摘要: spring-boot配置文件使用加密方式保存敏感数据 application.yml 本地启动spring cloud config server,然后访问方法/encrypt得到密文 启动配置完的应用,报错以下异常 解决方法,配置bootstrap.yml 重新启动成功,问题解决。 参考资料 h 阅读全文
posted @ 2019-04-04 14:41 力奋 阅读(4235) 评论(0) 推荐(0) 编辑
  2019年3月4日
摘要: The following table describes the keywords supported for JPA and what a method containing that keyword translates to: The following table describes th 阅读全文
posted @ 2019-03-04 17:30 力奋 阅读(1518) 评论(0) 推荐(0) 编辑
  2019年2月28日
摘要: 本文将介绍运行 5 万并发用户测试所需要的步骤(该测试用户量最多可达 200 万)。 步骤概述 第 1 步:编写脚本 在开始之前,请先从 JMeter Apache 社区网站(http://jmeter.apache.org/)获取最新的 JMeter 版本。 下载 JMeter 插件管理器(htt 阅读全文
posted @ 2019-02-28 23:42 力奋 阅读(703) 评论(0) 推荐(0) 编辑
  2019年1月9日
摘要: 1 调度中心API服务 API暴露代码:com.xxl.job.admin.controller.JobApiController.java API服务位置:com.xxl.job.core.biz.AdminBiz.java 通过请求参数匹配对应方法反射执行后把结果返回给客户端,见代码com.xx 阅读全文
posted @ 2019-01-09 19:17 力奋 阅读(3679) 评论(0) 推荐(0) 编辑
  2019年1月7日
摘要: Helm Helm 是 Kubernetes 的包管理器,它是查找、共享和使用为 Kubernetes 开发的软件的最佳方式。Helm Charts 可用于定义、安装和升级复杂的 Kubernetes 应用程序,它支持版本控制、共享和发布配置文件,不会让你迷失在意大利面式的代码中。 Grafana 阅读全文
posted @ 2019-01-07 10:03 力奋 阅读(902) 评论(0) 推荐(1) 编辑
  2018年12月28日
摘要: Microservices Using Spring Boot and Spring Cloud 微服务注册中心 Eureka 架构深入解读 50+ 顶级开源 Kubernetes 工具列表 Apollo+ES 源码改造,构建民生银行的 ELK 日志平台配置管理中心 CQRS DDD event s 阅读全文
posted @ 2018-12-28 10:16 力奋 阅读(154) 评论(0) 推荐(0) 编辑
  2018年11月19日
摘要: A functional programming function is like a mathematical function, which produces an output that typically depends only on its arguments. Each time a 阅读全文
posted @ 2018-11-19 11:40 力奋 阅读(161) 评论(0) 推荐(0) 编辑
  2018年11月15日
摘要: Functional programming Java 8 idioms Java SE 8's new Streams API Spring 技术布道师 Josh Long 来华:用 Show 代码的方式来聊云原生 阅读全文
posted @ 2018-11-15 10:33 力奋 阅读(174) 评论(0) 推荐(0) 编辑
  2018年10月23日
摘要: 一,加载REACTIVE相关自动配置 spring boot通过判断含org.springframework.web.reactive.DispatcherHandler字节文件就确定程序类型是REACTIVE,然后加载上下文类org.springframework.boot.web.reactiv 阅读全文
posted @ 2018-10-23 17:45 力奋 阅读(1107) 评论(0) 推荐(0) 编辑