🔧 修改 redisson 配置.

This commit is contained in:
lijiahang
2024-03-27 15:30:03 +08:00
parent c23eb89e7e
commit e45908130c
8 changed files with 83 additions and 1 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -91,6 +91,7 @@ spring:
class: org.quartz.simpl.SimpleThreadPool
threadCount: 10
threadPriority: 5
threadNamePrefix: quartz-
threadsInheritContextClassLoaderOfInitializingThread: true
boot:
admin: