xin
2025-07-02 7ffdcc19d603d132c159c9eac4a2a1b57ec82970
oying-system/src/main/resources/config/application.yml
@@ -1,5 +1,5 @@
server:
  port: 8000
  port: 8088
  http2:
    # 启用 HTTP/2 支持,提升传输效率
    enabled: true
@@ -33,10 +33,10 @@
  redis:
    #数据库索引
    database: ${REDIS_DB:1}
    host: ${REDIS_HOST:127.0.0.1}
    port: ${REDIS_PORT:6379}
    password: ${REDIS_PWD:}
    database: 0
    host: 127.0.0.1
    port: 6379
    password:
    #连接超时时间
    timeout: 5000
    # 连接池配置