Skip to content

Commit ecda4c9

Browse files
Xuyang CaoXuyang Cao
authored andcommitted
update dependency part
1 parent c14873e commit ecda4c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/container-apps/java-admin-for-spring-usage.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ For Container App that wants to connect to the Admin for Spring, you need to add
8080
</dependency>
8181
```
8282

83+
Starting with Spring Boot 2, endpoints other than health and info are not exposed by default. You can expose them by adding the following configuration in your `application.properties` file.
84+
85+
```properties
86+
management.endpoints.web.exposure.include=*
87+
management.endpoint.health.show-details=always
88+
```
89+
8390
## Allowed configuration list for your Admin for Spring
8491

8592
The following list details supported configurations. You can find more details in [Spring Boot Admin](https://docs.spring-boot-admin.com/current/server.html).

0 commit comments

Comments
 (0)