From 5c3082168325ab0de9793182b89096b4cd157f6b Mon Sep 17 00:00:00 2001 From: heyethereum Date: Thu, 11 Jul 2024 08:00:22 +0800 Subject: [PATCH] intellij unable to pick up user environment --- pom.xml | 2 +- src/main/resources/application.properties | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index eb78588..e8ce888 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ io.netty netty-resolver-dns-native-macos - osx-x86_64 + runtime diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ff84cd3..31fed41 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,10 +1,5 @@ spring.application.name=SafeQR-app -spring.profiles.active=local -http.port=${HTTP_PORT} -server.port=${SERVER_PORT} -server.ssl.enabled=true -server.ssl.key-store-type=${SERVER_SSL_KEY_STORE_TYPE} -server.ssl.key-store=${SERVER_SSL_KEY_STORE_LOCATION} +#{SERVER_SSL_KEY_STORE_LOCATION} server.ssl.key-store-password=${SERVER_SSL_KEY_STORE_PASSWORD} server.ssl.key-alias=${SERVER_SSL_KEY_ALIAS} trust.store=${SERVER_SSL_TRUST_STORE_LOCATION}