升级依赖

This commit is contained in:
guo 2023-07-14 15:30:04 +08:00
parent 68635136cb
commit b787a52dbb
2 changed files with 3 additions and 1 deletions

View File

@ -585,7 +585,7 @@
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>2.0.0</version>
<version>3.0.4</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>

View File

@ -22,6 +22,8 @@ spring.datasource.hikari.connection-timeout=50000
spring.datasource.hikari.connection-test-query=SELECT 1
# 数据库加密签名
jasypt.encryptor.password=JXJZHGDPT
jasypt.encryptor.algorithm=PBEWithMD5AndDES
jasypt.encryptor.iv-generator-classname=org.jasypt.iv.NoIvGenerator
# 如果查询结果中包含空值的列,则 mybatis 在映射的时候,会不会映射这个字段
mybatis-plus.configuration.call-setters-on-nulls=true
# 序列化配置