yml
zyy
2025-10-25 2fd1e620c73d198eb8b1c3f7a5aff6905dfd1e7d
yml
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: 6379
    port: 6380
#    password:
  freemarker:
    check-template-location: false
trading-order-admin/src/main/resources/redisson/redisson-dev.yml
@@ -1,6 +1,6 @@
# 单节点设置
singleServerConfig:
  address: redis://localhost:6379
  address: redis://localhost:6380
  database: 11
#  password:
  idleConnectionTimeout: 10000
trading-order-admin/src/main/resources/redisson/redisson-spider.yml
@@ -1,6 +1,6 @@
# 单节点设置
singleServerConfig:
  address: redis://localhost:6379
  address: redis://localhost:6380
  database: 11
#  password:
  idleConnectionTimeout: 10000