You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-admin-docs/src/site/src/pages/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,5 @@ You can set `spring.boot.admin.context-path` to alter the path where the UI and
6
6
7
7
## Can I change or reload Spring Boot properties at runtime?
8
8
Yes, you can refresh the entire environment or set/update individual properties for both single instances as well as for the entire application.
9
-
Note, however, that the Spring Boot application needs to have https://docs.spring.io/spring-cloud-commons/docs/current/reference/html/#endpoints[Spring Cloud Commons] and `management.endpoint.env.post.enabled=true` in place.
9
+
Note, however, that the Spring Boot application needs to have [Spring Cloud Commons](https://docs.spring.io/spring-cloud-commons/docs/current/reference/html/#endpoints) and `management.endpoint.env.post.enabled=true` in place.
10
10
Also check the details of `@RefreshScope`https://docs.spring.io/spring-cloud-commons/docs/current/reference/html/#refresh-scope.
0 commit comments