![JAR search and dependency download from the Maven repository](/logo.png)
com.ryaltech.utils.spring.encryption.config.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-properties-encryption Show documentation
Show all versions of spring-properties-encryption Show documentation
Library containing encryption functionality
#indicates whether on the fly encryption should be occurring
readOnly: false
#if readOnly is false
#patterns for properties to be encrypted
includePatterns:
- .*password[^a-z]*
- .*passphrase[^a-z]*
#patterns of properties that should be skipped even if includPatterns are met
excludePatterns:
#file to keep encryption key in
keyFileName: syskey.dat
© 2015 - 2025 Weber Informatics LLC | Privacy Policy