前序
Spring Boot有四大神器,分別是auto-configuration包个、starters刷允、cli、actuator,本文主要講actuator树灶。actuator是spring boot提供的對(duì)應(yīng)用系統(tǒng)的自省和監(jiān)控的集成功能搀菩,可以對(duì)應(yīng)用系統(tǒng)進(jìn)行配置查看、相關(guān)功能統(tǒng)計(jì)等破托。
使用actuator
<dependency>
????????????org.springframework.boot
????????????spring-boot-starter-actuator
</dependency>
/autoconfig
{ ???"positiveMatches": { ???????"AuditAutoConfiguration.AuditEventRepositoryConfiguration": [
????????????{ ???????????????"condition": "OnBeanCondition",
????????????????"message": "@ConditionalOnMissingBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) found no beans"
????????????}
????????]
????},
????"negativeMatches": { ???????"CacheStatisticsAutoConfiguration": [
????????????{ ???????????????"condition": "OnBeanCondition",
????????????????"message": "@ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) found no beans"
????????????}
????????]
????}
}
/configprops
{ ???"management.health.status.CONFIGURATION_PROPERTIES": { ???????"prefix": "management.health.status",
????????"properties": { ???????????"order": null
????????}
????},
????"multipart.CONFIGURATION_PROPERTIES": { ???????"prefix": "multipart",
????????"properties": { ???????????"enabled": false,
????????????"maxRequestSize": "10Mb",
????????????"location": null,
????????????"fileSizeThreshold": "0",
????????????"maxFileSize": "1Mb"
????????}
????},
????"environmentEndpoint": { ???????"prefix": "endpoints.env",
????????"properties": { ???????????"id": "env",
????????????"enabled": true,
????????????"sensitive": true
????????}
????}
}
/beans
[
????{ ???????"context": "application:8080",
????????"parent": null,
????????"beans": [
????????????{ ???????????????"bean": "appMain",
????????????????"scope": "singleton",
????????????????"type": "com.xixicat.AppMain$$EnhancerBySpringCGLIB$$29382b14",
????????????????"resource": "null",
????????????????"dependencies": [ ]
????????????},
????????????{ ???????????????"bean": "videoInfoMapper",
????????????????"scope": "singleton",
????????????????"type": "com.xixicat.dao.VideoInfoMapper",
????????????????"resource": "file [/Users/xixicat/workspace/video-uber/target/classes/com/xixicat/dao/VideoInfoMapper.class]",
????????????????"dependencies": [ ???????????????????"sqlSessionFactory"
????????????????]
????????????}
????????]
????}
]
?喜歡的話可以加入群聊642461309(職業(yè)交流群)肪跋,您可以支持下
?提問(wèn)/互動(dòng)請(qǐng)留言,可直接在最底右下方"寫(xiě)留言即可"
?如果覺(jué)得寫(xiě)得不錯(cuò)請(qǐng)點(diǎn)擊“訂閱”土砂,每天更新全新的內(nèi)容州既!
?你們的喜歡和關(guān)注就是我最大的動(dòng)力支撐!B苡场吴叶!