refresh 引入依赖 <!-- 内省 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 打开端点 ### 端点控制 management: endpoints: web: exposure: # 开启指定端点、所有端点 in…
refresh 引入依赖 <!-- 内省 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 打开端点 ### 端点控制 management: endpoints: web: exposure: # 开启指定端点、所有端点 in…