##这个思路应该改一下
应该有几个优先级:
-
服务器家目录下秘钥文件
-
操作系统环境变量
-
java -jar启动参数
License |
License |
---|---|
Categories |
CategoriesIDE Development Tools KeY Data Data Formats Formal Verification |
GroupId | GroupIdcom.github.makewheels |
ArtifactId | ArtifactIdhide-your-keys |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHide your keys
A solution can hide your secret keys in git, and the code can still run properly
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hide-your-keys-1.0.0.pom | |
hide-your-keys-1.0.0.jar | 9 KB |
hide-your-keys-1.0.0-sources.jar | 4 KB |
hide-your-keys-1.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.makewheels/hide-your-keys/ -->
<dependency>
<groupId>com.github.makewheels</groupId>
<artifactId>hide-your-keys</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.makewheels/hide-your-keys/
implementation 'com.github.makewheels:hide-your-keys:1.0.0'
// https://jarcasting.com/artifacts/com.github.makewheels/hide-your-keys/
implementation ("com.github.makewheels:hide-your-keys:1.0.0")
'com.github.makewheels:hide-your-keys:jar:1.0.0'
<dependency org="com.github.makewheels" name="hide-your-keys" rev="1.0.0">
<artifact name="hide-your-keys" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.makewheels', module='hide-your-keys', version='1.0.0')
)
libraryDependencies += "com.github.makewheels" % "hide-your-keys" % "1.0.0"
[com.github.makewheels/hide-your-keys "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.apache.commons : commons-collections4 | jar | 4.4 |
commons-io : commons-io | jar | 2.8.0 |
commons-codec : commons-codec | jar | 1.15 |
org.apache.commons : commons-configuration2 | jar | 2.7 |
com.alibaba : fastjson | jar | 1.2.75 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.18 |
##这个思路应该改一下
应该有几个优先级:
服务器家目录下秘钥文件
操作系统环境变量
java -jar启动参数