# 项目相关配置-测试环境 ruoyi: # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) profile: /home/project/xmg/uploadPath # profile: C:/CodeProject/Xmg/uploadPath # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 port: 8110 spring: # redis 配置 redis: # 地址 host: 175.178.124.133 # 密码 password: seeseele # 数据源配置 datasource: druid: # 主库数据源 master: # rewriteBatchedStatements=true : 将数据批量传输给mysql url: jdbc:mysql://175.178.124.133:3306/xmg?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: seeseele # 七牛云配置 qiniu: # 配置accessKey 公钥 accessKey: 1ag-qd0fRxg7iI4UxwJ0JrmzF_AQRiLQZuLxzaje # 配置secretKey 私钥 secretKey: 2BMZhzdFUq61dSlCrMeh2mL8Oq-CDvXCPHmzmoR2 # 配置空间名称 bucket: xiada0801 # 存储区域 zone: test/ # 配置域名 domain: img.han-zhi.net #urlLinks: # local: http://121.4.240.32:8080 # qiniu: http://img.han-zhi.net/