1、导入依赖
<dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-starter</artifactId> <version>3.0.2</version> </dependency>
可能出现的问题 :
依赖不要从pdf中直接复制过来,先随便复制到一个地方,在复制到idea
2、启动类中开启加密功能
@EnableEncryptableProperties
3、添加配置
jasypt: encryptor: algorithm: PBEWithHmacSHA512AndAES_128