jasypt springboot版本
时间: 2023-12-15 17:28:56 浏览: 78
jasypt-spring-boot-2.1.0-API文档-中文版.zip
jasypt在Spring Boot中的版本可以通过在pom.xml文件中添加以下依赖来实现:
```
dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>3.0.3</version>
</dependency>
```
其中,版本号可以根据需要进行更改。
阅读全文