Skip to content

Commit 44b683a

Browse files
committed
fix:Remove the configuration to avoid impacting users' default configuration values. (#15050)
1 parent f0dd47a commit 44b683a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dubbo-spring-boot-project/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ management.endpoints.web.path-mapping.dubboshutdown = dubbo/shutdown
88
management.endpoints.web.path-mapping.dubboconfigs = dubbo/configs
99
management.endpoints.web.path-mapping.dubboservices = dubbo/services
1010
management.endpoints.web.path-mapping.dubboreferences = dubbo/references
11-
management.endpoints.web.path-mapping.dubboproperties = dubbo/properties
12-
13-
# Set endpoint enablement to be opt-in rather than opt-out
14-
management.endpoints.enabled-by-default = false
11+
management.endpoints.web.path-mapping.dubboproperties = dubbo/propertie
1512

1613
# Set enabled for Dubbo Endpoints
1714
management.endpoint.dubbo.enabled = true

0 commit comments

Comments
 (0)