xin
2025-06-25 08fb8c0835ae52382ae71dc9df20f8681a7f6bc3
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: 16
    host: 192.168.28.55
    database: 0
    host: 127.0.0.1
    port: 6379
    password: qwert321
    password:
    #连接超时时间
    timeout: 5000
    # 连接池配置