pom.xml
Код: Выделить всё
0.0.1-SNAPSHOT
...
org.springframework.boot
spring-boot-starter-actuator
2.7.0
application.properties
Код: Выделить всё
info.app.version=@project.version@
management.endpoint.info.enabled=true
management.endpoints.web.exposure.include=info,health
Заголовок ответа:
Код: Выделить всё
< HTTP/1.1 200
< X-Content-Type-Options: nosniff
< X-XSS-Protection: 1; mode=block
< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
< Pragma: no-cache
< Expires: 0
< X-Frame-Options: DENY
< Content-Type: application/vnd.spring-boot.actuator.v3+json
< Transfer-Encoding: chunked
< Date: Wed, 15 Jun 2022 04:12:47 GMT
* Received 7 B chunk
* Received 5 B chunk
* Connection #26 to host localhost left intact
Код: Выделить всё
{}
Источник
Подробнее здесь: https://stackoverflow.com/questions/726 ... empty-body