性能监控
熊猫猫猫猫猫猫
这个作者很懒,什么都没留下…
展开
-
springboot 集成 jconsole 性能监控
从Java 5开始 引入了 JConsole。JConsole 是一个内置 Java 性能分析器。需要在项目中增加JMX 监控:import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframewo...原创 2018-02-28 10:45:40 · 4710 阅读 · 1 评论 -
springboot 集成 admin
首先需要在pom.xml中添加依赖:<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <exclusions...原创 2018-02-28 11:07:22 · 385 阅读 · 0 评论