spring 技巧集锦
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring 技巧集锦相关的知识,希望对你有一定的参考价值。
SpringBoot四大神器之Actuator
actuator是spring boot提供的对应用系统的自省和监控的集成功能,可以对应用系统进行配置查看、相关功能统计等。
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency>
以上是关于spring 技巧集锦的主要内容,如果未能解决你的问题,请参考以下文章