Browse Source

spring-boot-starter-actuator 的地址修改为 /api/actuator

reghao 1 day ago
parent
commit
647415331a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mgr/src/main/resources/application.yml

+ 1 - 1
mgr/src/main/resources/application.yml

@@ -71,7 +71,7 @@ app:
 management:
   endpoints:
     web:
-      base-path: /bg/api/actuator
+      base-path: /api/actuator
       exposure:
         include: "*"
   metrics: