1
dd
2025-10-23 a41f86cdb9d11942a99037c6690fb40f06202121
1
3 files modified
6 ■■■■ changed files
trading-order-admin/src/main/resources/application-dev.yml 2 ●●● patch | view | raw | blame | history
trading-order-admin/src/main/resources/redisson/redisson-dev.yml 2 ●●● patch | view | raw | blame | history
trading-order-admin/src/main/resources/redisson/redisson-spider.yml 2 ●●● patch | view | raw | blame | history
trading-order-admin/src/main/resources/application-dev.yml
@@ -58,7 +58,7 @@
      config: classpath:redisson/redisson-dev.yml
      config-spider: classpath:redisson/redisson-spider.yml
    host: localhost
    port: 6380
    port: 6379
#    password:
  freemarker:
    check-template-location: false
trading-order-admin/src/main/resources/redisson/redisson-dev.yml
@@ -1,6 +1,6 @@
# 单节点设置
singleServerConfig:
  address: redis://localhost:6380
  address: redis://localhost:6379
  database: 11
#  password:
  idleConnectionTimeout: 10000
trading-order-admin/src/main/resources/redisson/redisson-spider.yml
@@ -1,6 +1,6 @@
# 单节点设置
singleServerConfig:
  address: redis://localhost:6380
  address: redis://localhost:6379
  database: 11
#  password:
  idleConnectionTimeout: 10000