wlzboy
2025-12-02 d294abb765e4ed349907c92ce313689c6299ba7d
ruoyi-admin/src/main/resources/application-dev.yml
@@ -6,7 +6,7 @@
        druid:
            # 主库数据源
            master:
                url: jdbc:mysql://120.25.98.119:3307/ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
                url: jdbc:mysql://127.0.0.1:3306/966120?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
                username: root
                password: abcd1234
            # 从库数据源
@@ -34,8 +34,8 @@
            maxWait: 60000
            # 配置连接超时时间
            connectTimeout: 30000
            # 配置网络超时时间
            socketTimeout: 60000
            # 配置网络超时时间(增加到5分钟,避免大数据量查询超时)
            socketTimeout: 300000
            # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
            timeBetweenEvictionRunsMillis: 60000
            # 配置一个连接在池中最小生存的时间,单位是毫秒
@@ -91,12 +91,27 @@
# 二维码配置
qrcode:
  defaultUrl: http://localhost:81/evaluation?vehicle={vehicleNo}  # 默认二维码URL模板,{vehicleNo}会被替换为实际车牌号
# 微信配置
evaluationWechat:
  appId: wx70f6a7346ee842c0
  appSecret: 2d6c59de85e876b7eadebeba62e5417a
  redirectUri: http://yourdomain.com/evaluation
# 调度用的weixin配置
transferConfigWeixin:
  appId: wx40692cc44953a8cb
  appSecret: 9638b7d8bb988e4daaac7ac35457f296
# 旧系统配置
legacy:
  system:
    # 旧系统基础URL (必须配置)
    # 示例: http://192.168.1.100:8080 或 http://legacy.yourdomain.com
    base-url: http://120.25.98.119:8083
    # 文件上传URL
    fileUploadUrl: http://120.25.98.119:8083/weixin/upload_file.php
    # 文件下载URL
    fileServerUrl: http://120.25.98.119:8083
    
    # 急救转运创建接口路径 (可选,默认值如下)
    emergency-create-path: /admin_save_19.gds