上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 229 下一页
摘要: 关键点 经济学人内容分发系统需要更大的灵活性,将内容传递给日益多样化的数字渠道。为了实现这一灵活性目标并保持高水平的性能和可靠性,平台从一个单体结构过渡到微服务体系结构。 用Go编写的服务是新系统的一个关键组件,它使得团队能够交付可伸缩的、高性能的服务并快速迭代新产品。 Go的并发性和对API的支持 阅读全文
posted @ 2019-01-22 18:45 一天不进步,就是退步 阅读(1400) 评论(0) 推荐(0)
摘要: Actuator是spring boot项目中非常强大一个功能,有助于对应用程序进行监视和管理,通过 restful api请求来监管、审计、收集应用的运行情况,针对微服务而言它是必不可少的一个环节。 spring 2.x actuator相对于spring 1.x actuator做了较大的改变。 阅读全文
posted @ 2019-01-22 17:28 一天不进步,就是退步 阅读(2836) 评论(0) 推荐(0)
摘要: https://www.vojtechruzicka.com/spring-boot-actuator/ Spring Boot Actuator In short, Spring Boot Actuator is one of the sub-projects od Spring Boot, wh 阅读全文
posted @ 2019-01-21 18:46 一天不进步,就是退步 阅读(970) 评论(0) 推荐(0)
摘要: 背景 上世纪90年代,随着Internet和浏览器的飞速发展,基于浏览器的B/S模式随之火爆发展起来。最初,用户使用浏览器向WEB服务器发送的请求都是请求静态的资源,比如html、css等。 但是可以想象:根据用户请求的不同动态的处理并返回资源是理所当然必须的要求。 servlet的定义 Servl 阅读全文
posted @ 2019-01-21 17:53 一天不进步,就是退步 阅读(3665) 评论(0) 推荐(3)
摘要: https://howtodoinjava.com/tomcat/a-birds-eye-view-on-how-web-servers-work/ Many times we wonder that how a web container/ web-server (e.g. tomcat or j 阅读全文
posted @ 2019-01-21 10:36 一天不进步,就是退步 阅读(388) 评论(0) 推荐(0)
摘要: http://www.mkyong.com/spring/curl-post-json-data-to-spring-rest/ This article shows you how to use cURL command to POST JSON data to a Spring REST API 阅读全文
posted @ 2019-01-21 10:31 一天不进步,就是退步 阅读(245) 评论(0) 推荐(0)
摘要: 1.准备 下载可运行程序:http://www.mkyong.com/spring-boot/spring-boot-hello-world-example-jsp/ 2.添加服务监控依赖 3.启动spring boot项目 console 截图如下: 4.servlet和filter 4.1 使用 阅读全文
posted @ 2019-01-16 15:01 一天不进步,就是退步 阅读(1208) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/alinyua/article/details/80009435 前言:本文翻译自Spring Boot 2.0.1.RELEASE官方文档,该Spring Boot版本是当前(2018年4月份)官方推荐版本,因Spring Boot 2.0的Actuat 阅读全文
posted @ 2019-01-15 17:47 一天不进步,就是退步 阅读(257) 评论(0) 推荐(0)
摘要: https://www.baeldung.com/spring-boot-actuators 1. Overview In this article, we’re going to introduce Spring Boot Actuator. We’ll cover the basics firs 阅读全文
posted @ 2019-01-14 18:13 一天不进步,就是退步 阅读(467) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/fd93d941bf3b Endpoint SpringBoot的Endpoint主要是用来监控应用服务的运行状况,并集成在Mvc中提供查看接口。内置的Endpoint比如HealthEndpoint会监控dist和db的状况,MetricsEnd 阅读全文
posted @ 2019-01-14 17:41 一天不进步,就是退步 阅读(6837) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 229 下一页