From 20efa0f2a09cba5af21439c692991b3bfa763f6b Mon Sep 17 00:00:00 2001 From: "Crystal.Sea" Date: Thu, 9 Sep 2021 13:40:04 +0800 Subject: [PATCH] application.properties with envs --- .../maxkey-web-maxkey/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties index a38f25d0d..3a4391131 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties @@ -28,5 +28,5 @@ spring.main.allow-bean-definition-overriding=true ############################################################################ #spring.profiles.active https/http; default https # ############################################################################ -spring.profiles.active =http +spring.profiles.active =https