From 8ea109aaebae95a5b30a39dcab1f150167e96dd0 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Thu, 29 Dec 2022 19:03:11 +0800 Subject: [PATCH] Update application.properties --- .../maxkey-web-mgt/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties b/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties index 14658ffa..8c3ca562 100644 --- a/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties @@ -27,4 +27,4 @@ spring.main.banner-mode =log ############################################################################ #spring.profiles.active maxkey-mgt # ############################################################################ -spring.profiles.active ==${SERVER_PROFILES:maxkey-mgt} +spring.profiles.active =${SERVER_PROFILES:maxkey-mgt} -- GitLab