From f8df2a479b798a6374bb96c63b8146dbfa0c1f76 Mon Sep 17 00:00:00 2001 From: Junha Date: Sun, 29 Oct 2023 14:26:33 +0900 Subject: [PATCH] chore: add tomcat option (#132) --- src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a16668a..4b5f88c 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -29,6 +29,10 @@ springdoc: api-docs: path: /api-docs +server: + tomcat: + mbeanregistry: + enabled: 'true' management: endpoints: