摘要: springboot actuator 监控 springboot1.5和springboot2.0 的actuator在启动日志上的差异就很大了. springboot1.5在启动时会打印很多/XXX路径信息a56爆大奖在线娱乐已暴露这些监控接口了, 而2.0是不一样的,2.0关闭了默认打印, 只能在trace日 阅读全文
posted @ 2019-05-20 14:51 苦涩泪滴 阅读(1156) 评论(0) 推荐(0) 编辑
摘要: SpringBoot Cloud是什么 Spring Cloud是一个分布式的整体解决方案。 Spring Cloud 为开发者提供了在分布式系统(配置管理,服务发现,熔断,路由,微代理,控制总线,一次性token,全局琐, leader选举,分布式session,集群状态)中快速构建的工具,使用S 阅读全文
posted @ 2019-05-20 14:49 苦涩泪滴 阅读(482) 评论(0) 推荐(0) 编辑
摘要: dubbo git官网 https://github.com/apache/dubbo 需要注意的是,根据jdk和Spring Boot版本的不同,dubbo-spring-boot-starter的版本需要有根据的选择 docker启动zookeeper docker的zookeeper默认使用  阅读全文
posted @ 2019-05-20 14:47 苦涩泪滴 阅读(310) 评论(0) 推荐(0) 编辑
摘要: spring security几个概念 这个概念是通用的, 而不仅仅在Spring Security中 , 在Shiro中也是一样的. 1、框架介绍 Spring 是一个非常流行和成功的 Java 应用开发框架。Spring Security 基于 Spring 框架,提供了一套 Web 应用安全性 阅读全文
posted @ 2019-05-20 14:38 苦涩泪滴 阅读(1562) 评论(3) 推荐(0) 编辑
摘要: springboot异步 一: 在 MyConfiguration.java 中开启注解 @Configuration//指明当前类是一个配置类;就是来替代之前的Spring配置文件 @EnableAsync//开启定时任务 public class MyConfiguration { } 二: 在 阅读全文
posted @ 2019-05-20 14:36 苦涩泪滴 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 谁在使用ELK 维基百科, github都使用 ELK (ElasticSearch es book) bilibili视频 https://www.bilibili.com/video/BV1hh411D7sb?p=8 Elasticsearch - 尚硅谷(1. 概述)学习笔记 ==> http 阅读全文
posted @ 2019-05-20 14:35 苦涩泪滴 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 参考文章 Springboot 整合RabbitMq ,用心看完这一篇就够了==>https://blog.csdn.net/qq_35387940/article/details/100514134 MQ应用场景 应用场景 注册完成时, 发送邮件和短信通知使用MQ. 支付完成时, 回调通知使用MQ 阅读全文
posted @ 2019-05-20 14:34 苦涩泪滴 阅读(448) 评论(0) 推荐(0) 编辑