ulisesbocchio / jasypt-spring-boot

Jasypt integration for Spring boot
MIT License
2.91k stars 522 forks source link

Relaxed binding is not support #115

Closed Yuhuiyang-Dev closed 5 years ago

Yuhuiyang-Dev commented 5 years ago

Currently only support read properties on 'jasypt.encryptor.password', Relaxed binding read is not supported . related connection https://docs.spring.io/spring-boot/docs/1.5.19.RELEASE/reference/htmlsingle/#boot-features-external-config-relaxed-binding

ulisesbocchio commented 5 years ago

It works partially, for instance you can set JASYPT_ENCRYPTOR_PASSWORDor JASYPT_ENCRYPTOR_KEYOBTENTIONITERATIONS but not JASYPT_ENCRYPTOR_KEY_OBTENTION_ITERATIONS but I'll get those fixed

ulisesbocchio commented 5 years ago

fixed, will be out next release, thanks for reporting!