mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-14 06:03:42 +08:00
@@ -91,10 +91,6 @@
|
|||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-validation</artifactId>
|
<artifactId>spring-boot-starter-validation</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.auth0</groupId>
|
<groupId>com.auth0</groupId>
|
||||||
<artifactId>java-jwt</artifactId>
|
<artifactId>java-jwt</artifactId>
|
||||||
|
|||||||
@@ -39,16 +39,6 @@ spring:
|
|||||||
timeout: 1800000
|
timeout: 1800000
|
||||||
# 设置密码
|
# 设置密码
|
||||||
password: ${mallchat.redis.password}
|
password: ${mallchat.redis.password}
|
||||||
lettuce:
|
|
||||||
pool:
|
|
||||||
# 最大阻塞等待时间,负数表示没有限制
|
|
||||||
max-wait: -1
|
|
||||||
# 连接池中的最大空闲连接
|
|
||||||
max-idle: 5
|
|
||||||
# 连接池中的最小空闲连接
|
|
||||||
min-idle: 0
|
|
||||||
# 连接池中最大连接数,负数表示没有限制
|
|
||||||
max-active: 20
|
|
||||||
jackson:
|
jackson:
|
||||||
serialization:
|
serialization:
|
||||||
write-dates-as-timestamps: true
|
write-dates-as-timestamps: true
|
||||||
|
|||||||
Reference in New Issue
Block a user