ZQN
2025-05-19 0e12e4ab45db6768a0f45d8952f78b0ae9190723
project-admin/src/main/resources/application-dev.yml
@@ -44,7 +44,7 @@
# 开发环境配置
server:
    # 服务器的HTTP端口,默认为8080
    port: 8089
    port: 8086
    servlet:
        # 应用的访问路径
        context-path: /
@@ -129,13 +129,13 @@
  # redis 配置
    redis:
        # 地址
        host: 116.198.40.76
        host: localhost
        # 端口,默认为6379
        port: 6379
        # 数据库索引
        database: 7
        # 密码
        password: Jmy2019.
        password:
        # 连接超时时间
        timeout: 10s
        lettuce: