摘要: 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)