Hide your keys

A solution can hide your secret keys in git, and the code can still run properly

Лицензия

Лицензия

Категории

Категории

IDE Инструменты разработки KeY Данные Data Formats Formal Verification
Группа

Группа

com.github.makewheels
Идентификатор

Идентификатор

hide-your-keys
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Hide your keys
A solution can hide your secret keys in git, and the code can still run properly
Ссылка на сайт

Ссылка на сайт

https://github.com/makewheels/hide-your-keys
Система контроля версий

Система контроля версий

http://github.com/makewheels/hide-your-keys/tree/master

Скачать hide-your-keys

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
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

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.18

Модули Проекта

Данный проект не имеет модулей.

##这个思路应该改一下

应该有几个优先级:

  1. 服务器家目录下秘钥文件

  2. 操作系统环境变量

  3. java -jar启动参数

Версии библиотеки

Версия
1.0.0