摘要:
import org.jasypt.encryption.pbe.PooledPBEStringEncryptor;import org.jasypt.encryption.pbe.config.SimpleStringPBEConfig;public class JasyptUtil { /** 阅读全文
posted @ 2024-11-07 16:31
HelloWord_wuxuemin
阅读(341)
评论(0)
推荐(0)
摘要:
1. 添加依赖 <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-starter</artifactId> <version>3.0.3</version> </depend 阅读全文
posted @ 2024-11-07 16:29
HelloWord_wuxuemin
阅读(593)
评论(0)
推荐(0)