问题源:https://github.com/ulisesbocchio/jasypt-spring-boot/issues/241
简单讲就是jasypt3.0.3版本以后,需要再xml或者nacos/consul按如下格式调整下配置:
jasypt:
encryptor:
password: {填写自定义密钥}
algorithm: PBEWithMD5AndDES
iv-generator-classname: org.jasypt.RandomIvGenerator