vince
2023-10-26 e627f4e66b1914d0f13205f45df1496d455f7895
igds-web/src/main/resources/application-dev.yml
@@ -43,11 +43,10 @@
  # Redis相关配置
  redis:
    database: 1
    database: 2
    host: 127.0.0.1
    port: 6379
    password: Abc123..
    # 连接池最大连接数(使用负值表示没有限制)
    pool:
      max-active: 200
      max-wait: -1