zhanghua
2025-08-19 37540fab60234f5050397336671e264a02458f7d
测试环境数据库
1个文件已修改
12 ■■■■■ 已修改文件
ruoyi-admin/src/main/resources/application-dev.yml 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-admin/src/main/resources/application-dev.yml
@@ -43,9 +43,9 @@
          driverClassName: com.mysql.cj.jdbc.Driver
          # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
          # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
          url: jdbc:mysql://123.207.71.245:13306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
          url: jdbc:mysql://42.193.1.25:3306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
          username: root
          password: 234#Wersdf!
          password: 321$YcYl@1970!
        # 从库数据源
        slave:
          lazy: true
@@ -95,11 +95,9 @@
--- # redis 单机配置(单机与集群只能开启一个另一个需要注释掉)
spring.data:
  redis:
    # 地址
    host: 162.14.79.111
    # 端口,默认为6379
    port: 16379
    password: 234#Wersdf!
    host: 42.193.1.25
    port: 6379
    password: ycl2018
    # 数据库索引
    database: 0
    # 密码(如没有密码请注释掉)