spring boot - Creating a custom Jasypt PropertySource in Springboot - Stack Overflow
You could give this a try: jasypt-spring-boot It basically wraps all PropertySource present in the Environment with an encryptable version. The 2 things you gotta do once you import the library (adding the dependency if you use maven) is to annotate your @Configuration class with @EnableEncryptableProperties, and to configure the encryption algorithm and password through properties.
Read full article from spring boot - Creating a custom Jasypt PropertySource in Springboot - Stack Overflow
No comments:
Post a Comment