关于http:Actuator-HTTPTrace-不生效问题

7次阅读

共计 235 个字符,预计需要花费 1 分钟才能阅读完成。

Spring 2.4.1 中启用 HttpTrace 不失效;
management.endpoints.web.exposure.include=* management.endpoint.httptrace.enabled=true

`<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>`

正文完
 0