diff options
author | Thomas <> | 2021-09-22 17:56:33 +0200 |
---|---|---|
committer | Thomas <> | 2021-09-22 17:56:33 +0200 |
commit | 27e1535d75978bb7558c17bf27db7d1a1131fe40 (patch) | |
tree | 234ecd5a5664b7382256f6bb6a2d9562bde45cf5 /connector/src/main/resources | |
parent | af4097de42e0208d19fdcee7bbfc1406b64c17c7 (diff) | |
download | National_eIDAS_Gateway-27e1535d75978bb7558c17bf27db7d1a1131fe40.tar.gz National_eIDAS_Gateway-27e1535d75978bb7558c17bf27db7d1a1131fe40.tar.bz2 National_eIDAS_Gateway-27e1535d75978bb7558c17bf27db7d1a1131fe40.zip |
update third-party libs to latest versions
Diffstat (limited to 'connector/src/main/resources')
-rw-r--r-- | connector/src/main/resources/application.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/connector/src/main/resources/application.properties b/connector/src/main/resources/application.properties index 73a83c13..e7437840 100644 --- a/connector/src/main/resources/application.properties +++ b/connector/src/main/resources/application.properties @@ -12,7 +12,9 @@ app.build.artifactId=ms_connector ## SpringBoot Admin client spring.boot.admin.client.enabled=false - +############################################################################# +## SpringBoot Actuator +management.endpoints.web.exposure.include=health,info ############################################################################# |