上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 44 下一页
摘要: 一、简介 Eureka是Netflix开发的服务发现框架,本身是一个基于REST的服务,主要用于定位运行在AWS(AWS 是业务流程管理开发平台AWS Enterprise BPM Platform 业务流程管理开发平台)域中的中间层服务,以达到负载均衡和中间层服务故障转移的目的。SpringClo 阅读全文
posted @ 2020-07-07 22:44 edda_huang 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 一、简介 打开Spring官网http://spring.io 首页的中部,可以看到Spring Cloud的简介。 【原文】Building distributed systems doesn't need to be complex and error-prone(易错). Spring Clo 阅读全文
posted @ 2020-07-07 17:01 edda_huang 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 一、简介 https://swagger.io/tools/swagger-ui/ Swagger 是一个规范和完整的框架,用于生成、描述、调用和可视化 RESTful 风格的 Web 服务。总体目标是使客户端和文件系统作为服务器以同样的速度来更新。文件的方法,参数和模型紧密集成到服务器端的代码,允 阅读全文
posted @ 2020-07-07 16:58 edda_huang 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 一、简介 Druid是阿里开源的一个JDBC应用组件, 其包括三部分: DruidDriver: 代理Driver,能够提供基于Filter-Chain模式的插件体系。 DruidDataSource: 高效可管理的数据库连接池。 SQLParser: 实用的SQL语法分析 通过Druid连接池中间 阅读全文
posted @ 2020-07-07 16:56 edda_huang 阅读(1779) 评论(0) 推荐(0) 编辑
摘要: 一、简介 Turbine是聚合服务器发送事件流数据的一个工具,Hystrix的监控中,只能监控单个节点,实际生产中都为集群,因此可以通过Turbine来监控集群下Hystrix的metrics情况 Turbine的github地址:https://github.com/Netflix/Turbine 阅读全文
posted @ 2020-07-07 16:54 edda_huang 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 一、原生java整合elasticsearch的API地址 https://www.elastic.co/guide/en/elasticsearch/client/java-api/6.2/java-docs.html 二、Spring Data的官网 http://projects.spring 阅读全文
posted @ 2020-07-07 16:44 edda_huang 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 一、 Starter工程的命名 Spring 官方定义的Starter通常命名遵循的格式为spring-boot-starter-{name},例如 spring-boot-starter-web。Spring官方建议,非官方Starter命名应遵循{name}-spring-boot-starte 阅读全文
posted @ 2020-07-07 16:42 edda_huang 阅读(159) 评论(0) 推荐(0) 编辑
摘要: Thymeleaf的官网为: http://www.thymeleaf.org/ 一、变量表达式${…} 使用${…}括起来的表达式,称为变量表达式。该表达式的内容会显示在HTML标签体文本处。 该表达式一般都是通过th:text标签属性进行展示的 处理器类 修改index页面 二、选择表达式*{… 阅读全文
posted @ 2020-07-07 16:40 edda_huang 阅读(754) 评论(0) 推荐(0) 编辑
摘要: 使用Spring Boot开发较之以前的基于xml配置式的开发,要简捷方便快速的多。而这完全得益于Spring Boot的自动配置。 打开启动类的@SpringBootApplication注解源码 @SpringBootApplication注解是组合注解 (1) 元注解 前四个是专门(即只能)用 阅读全文
posted @ 2020-07-07 16:39 edda_huang 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 一、简介 官方文档 http://codecentric.github.io/spring-boot-admin/2.0.2/ Spring Boot Admin是一个管理和监控Spring Boot应用程序的开源软件。每个应用都认为是一个客户端,通过HTTP或者服务注册发现Spring Cloud 阅读全文
posted @ 2020-07-07 16:37 edda_huang 阅读(205) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 44 下一页