액츄에이터 시작
implementation 'org.springframework.boot:spring-boot-starter-actuator'{
"_links": {
"self": {
"href": "http://localhost:8080/actuator",
"templated": false
},
"health-path": {
"href": "http://localhost:8080/actuator/health/{*path}",
"templated": true
},
"health": {
"href": "http://localhost:8080/actuator/health",
"templated": false
}
}
}엔드포인트 설정
다양한 엔드포인트
Last updated