ZQN
2024-06-26 2e9f408c8437c11204b438ebbb526586283a284e
project-admin/src/main/resources/application-test.yml
@@ -38,13 +38,13 @@
    # 令牌密钥
    secret: abcdefghijklmnopqrstuvwxyz
    # 令牌有效期(默认30分钟)
    expireTime: 30000
    expireTime: 300
# 开发环境配置
server:
    # 服务器的HTTP端口,默认为8080
    port: 8089
    port: 8879
    servlet:
        # 应用的访问路径
        context-path: /
@@ -129,13 +129,13 @@
    # redis 配置
    redis:
        # 地址
        host: 127.0.0.1
        host: 116.198.40.76
        # 端口,默认为6379
        port: 6379
        # 数据库索引
        database: 0
        database: 7
        # 密码
        password:
        password: Jmy2019.
        # 连接超时时间
        timeout: 10s
        lettuce: