新增jasypt.jar 对配置文件中的账号密码进行加密

This commit is contained in:
fuqingji
2022-09-23 15:11:08 +08:00
parent 550bd66d20
commit c4e5b7a830
4 changed files with 74 additions and 0 deletions

View File

@ -180,6 +180,12 @@
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-data-mongodb</artifactId>-->
<!-- </dependency>-->
<!-- jasypt -->
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>3.0.2</version>
</dependency>
</dependencies>