intellij unable to pick up user environment

This commit is contained in:
heyethereum
2024-07-11 08:00:22 +08:00
parent ccd6baf0d7
commit 5c30821683
2 changed files with 2 additions and 7 deletions

View File

@@ -67,7 +67,7 @@
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-resolver-dns-native-macos</artifactId> <artifactId>netty-resolver-dns-native-macos</artifactId>
<classifier>osx-x86_64</classifier> <scope>runtime</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@@ -1,10 +1,5 @@
spring.application.name=SafeQR-app spring.application.name=SafeQR-app
spring.profiles.active=local #{SERVER_SSL_KEY_STORE_LOCATION}
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-password=${SERVER_SSL_KEY_STORE_PASSWORD} server.ssl.key-store-password=${SERVER_SSL_KEY_STORE_PASSWORD}
server.ssl.key-alias=${SERVER_SSL_KEY_ALIAS} server.ssl.key-alias=${SERVER_SSL_KEY_ALIAS}
trust.store=${SERVER_SSL_TRUST_STORE_LOCATION} trust.store=${SERVER_SSL_TRUST_STORE_LOCATION}