<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> properties # application.properties management.endpoints.web.exposure.include=health,metrics,logs,env,beans yaml # application.yml management: endpoints: web: exposure: include: health,metrics,logs,env,beans


上一篇:
下一篇:
切换中文