升级依赖
This commit is contained in:
parent
68635136cb
commit
b787a52dbb
2
pom.xml
2
pom.xml
@ -585,7 +585,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.ulisesbocchio</groupId>
|
<groupId>com.github.ulisesbocchio</groupId>
|
||||||
<artifactId>jasypt-spring-boot-starter</artifactId>
|
<artifactId>jasypt-spring-boot-starter</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>3.0.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
|
|||||||
@ -22,6 +22,8 @@ spring.datasource.hikari.connection-timeout=50000
|
|||||||
spring.datasource.hikari.connection-test-query=SELECT 1
|
spring.datasource.hikari.connection-test-query=SELECT 1
|
||||||
# 数据库加密签名
|
# 数据库加密签名
|
||||||
jasypt.encryptor.password=JXJZHGDPT
|
jasypt.encryptor.password=JXJZHGDPT
|
||||||
|
jasypt.encryptor.algorithm=PBEWithMD5AndDES
|
||||||
|
jasypt.encryptor.iv-generator-classname=org.jasypt.iv.NoIvGenerator
|
||||||
# 如果查询结果中包含空值的列,则 mybatis 在映射的时候,会不会映射这个字段
|
# 如果查询结果中包含空值的列,则 mybatis 在映射的时候,会不会映射这个字段
|
||||||
mybatis-plus.configuration.call-setters-on-nulls=true
|
mybatis-plus.configuration.call-setters-on-nulls=true
|
||||||
# 序列化配置
|
# 序列化配置
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user