[DOC]新增MySQL密码以加密方式存储并使用的文档 (#1135)

This commit is contained in:
fang
2023-12-10 01:15:46 +08:00
committed by GitHub
parent e2692a6fc4
commit 68839a6725
2 changed files with 121 additions and 0 deletions

View File

@@ -138,6 +138,12 @@
<version>${springboot.version}</version>
</dependency>
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>3.0.5</version>
</dependency>
<!--testcontainers-->
<dependency>
<groupId>org.testcontainers</groupId>