🔧 修改 redisson 配置.
This commit is contained in:
@@ -10,7 +10,10 @@ spring:
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password: lijiahang
|
||||
password: Data@123456
|
||||
redisson:
|
||||
threads: 2
|
||||
netty-threads: 2
|
||||
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
|
||||
@@ -21,6 +21,9 @@ spring:
|
||||
host: ${REDIS_HOST:127.0.0.1}
|
||||
port: ${REDIS_PORT:6379}
|
||||
password: ${REDIS_PASSWORD:Data@123456}
|
||||
redisson:
|
||||
threads: 4
|
||||
netty-threads: 4
|
||||
|
||||
springdoc:
|
||||
api-docs:
|
||||
|
||||
@@ -91,6 +91,7 @@ spring:
|
||||
class: org.quartz.simpl.SimpleThreadPool
|
||||
threadCount: 10
|
||||
threadPriority: 5
|
||||
threadNamePrefix: quartz-
|
||||
threadsInheritContextClassLoaderOfInitializingThread: true
|
||||
boot:
|
||||
admin:
|
||||
|
||||
Reference in New Issue
Block a user