ulisesbocchio/jasypt-spring-boot: Jasypt integration for Spring boot
Jasypt Spring Boot provides Encryption support for property sources in Spring Boot Applications.
There are 3 ways to integrate jasypt-spring-boot in your project:
- Simply adding the starter jar
jasypt-spring-boot-starterto your classpath if using@SpringBootApplicationor@EnableAutoConfigurationwill enable encryptable properties across the entire Spring Environment - Adding
jasypt-spring-bootto your classpath and adding@EnableEncryptablePropertiesto your main Configuration class to enable encryptable properties across the entire Spring Environment - Adding
jasypt-spring-bootto your classpath and declaring individual encryptable property sources with@EncrytablePropertySource
Read full article from ulisesbocchio/jasypt-spring-boot: Jasypt integration for Spring boot
No comments:
Post a Comment