jar

com.github.maccamlc : secrets-property-source

Maven & Gradle

Mar 11, 2020
1 stars

secrets-property-source · Kotlin library to resolve secrets in property files via AWS Secretsmanager/Parameter Store in a Spring Boot application

Table Of Contents

Latest Version

Download com.github.maccamlc : secrets-property-source JAR file - Latest Versions:

All Versions

Download com.github.maccamlc : secrets-property-source JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window secrets-property-source-0.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.maccamlc.secrets.propertysource.core

├─ com.github.maccamlc.secrets.propertysource.core.SecretsPropertySource.class - [JAR]

├─ com.github.maccamlc.secrets.propertysource.core.SecretsPropertySourceEnvironmentPostProcessor.class - [JAR]

├─ com.github.maccamlc.secrets.propertysource.core.SecretsSource.class - [JAR]

com.github.maccamlc.secrets.propertysource.shared

├─ com.github.maccamlc.secrets.propertysource.shared.SecretsPropertySourceAccessor.class - [JAR]

├─ com.github.maccamlc.secrets.propertysource.shared.SecretsPropertySourceConfiguration.class - [JAR]

com.github.maccamlc.secrets.propertysource.aws.secretsmanager

├─ com.github.maccamlc.secrets.propertysource.aws.secretsmanager.AwsSecretsManagerPropertySourceEnvironmentPostProcessor.class - [JAR]

├─ com.github.maccamlc.secrets.propertysource.aws.secretsmanager.AwsSecretsManagerSource.class - [JAR]

com.github.maccamlc.secrets.propertysource.aws.parameterstore

├─ com.github.maccamlc.secrets.propertysource.aws.parameterstore.AwsParameterStorePropertySourceEnvironmentPostProcessor.class - [JAR]

├─ com.github.maccamlc.secrets.propertysource.aws.parameterstore.AwsParameterStoreSource.class - [JAR]