From da15746c33b0a8bfbdc8483928576d5fbcda38fe Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 22 Jun 2020 10:42:35 +0700 Subject: [PATCH] Updated and expose endpoints for actuator --- application-dev.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/application-dev.yml b/application-dev.yml index 6c2e9d1..b5ea32c 100644 --- a/application-dev.yml +++ b/application-dev.yml @@ -20,4 +20,9 @@ spring: url: jdbc:mysql://${MYSQL_HOST:192.168.0.150}:3306/db_rsapper session: timeout: 1m -message: hey +management: + endpoints: + web: + exposure: + include: * +message: hey \ No newline at end of file