Fork me on GitHub
摘要: @(SpringBoot系列之actuator监控管理极速入门与实践) SpringBoot官方提供了spring-boot-starter-actuator场景启动器用于系统的监控管理,可以通过HTTP,JMX,SSH协议来进行操作,自动得到审计、健康及指标信息等 环境准备: JDK 1.8 Sp 阅读全文
posted @ 2020-07-23 18:17 smileNicky 阅读(837) 评论(0) 推荐(0) 编辑
摘要: 1、新建SpringBoot项目 环境准备 JDK 1.8 SpringBoot2.2.1 Maven 3.2+ 开发工具 smartGit IntelliJ IDEA2018 创建一个SpringBoot Initialize项目,详情可以参考我之前博客:SpringBoot系列之快速创建项目教程 阅读全文
posted @ 2020-07-23 13:29 smileNicky 阅读(380) 评论(0) 推荐(0) 编辑