Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjing2 authored Jan 12, 2024
1 parent c14e696 commit 5e44b0e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public MasterBizHealthIndicator masterBizHealthIndicator() {

@Override
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
WebEndpointProperties webEndpointProperties = applicationContext.getBean(WebEndpointProperties.class);
WebEndpointProperties webEndpointProperties = applicationContext.
getBean(WebEndpointProperties.class);
WebEndpointProperties.Exposure exposure = webEndpointProperties.getExposure();
Set<String> includePath = exposure.getInclude();
includePath.add("*");
Expand Down

0 comments on commit 5e44b0e

Please sign in to comment.