From 85cffc8977eff486a253ad366b315991cdcef664 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Wed, 24 Mar 2021 08:39:14 +0800 Subject: [PATCH] application.properties --- .../src/main/resources/application-http.properties | 2 +- .../src/main/resources/application-https.properties | 2 +- maxkey-web-maxkey/src/main/resources/application.properties | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/maxkey-web-maxkey/src/main/resources/application-http.properties b/maxkey-web-maxkey/src/main/resources/application-http.properties index d9aa3f102..601ad3a1d 100644 --- a/maxkey-web-maxkey/src/main/resources/application-http.properties +++ b/maxkey-web-maxkey/src/main/resources/application-http.properties @@ -1,4 +1,4 @@ -#spring.profiles.active=dev +#spring.profiles.active=http #application application.title=MaxKey application.name=MaxKey diff --git a/maxkey-web-maxkey/src/main/resources/application-https.properties b/maxkey-web-maxkey/src/main/resources/application-https.properties index 0e6bd404e..6b79b831a 100644 --- a/maxkey-web-maxkey/src/main/resources/application-https.properties +++ b/maxkey-web-maxkey/src/main/resources/application-https.properties @@ -1,4 +1,4 @@ -#spring.profiles.active=dev +#spring.profiles.active=https #application application.title=MaxKey application.name=MaxKey diff --git a/maxkey-web-maxkey/src/main/resources/application.properties b/maxkey-web-maxkey/src/main/resources/application.properties index 1d5fc67e9..dc513ee19 100644 --- a/maxkey-web-maxkey/src/main/resources/application.properties +++ b/maxkey-web-maxkey/src/main/resources/application.properties @@ -1,2 +1,7 @@ +#application +application.title=MaxKey +application.name=MaxKey +application.formatted-version=v2.7.0 GA + #spring.profiles.active=http spring.profiles.active=https \ No newline at end of file