liding
2026-04-23 1b3d13f691957d4fffdfb3671dc09f66b6e3dfd0
yaml
已修改1个文件
9 ■■■■■ 文件已修改
src/main/resources/application-dev-pro.yml 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-dev-pro.yml
@@ -79,7 +79,7 @@
    druid:
      # 主库数据源
      master:
        url: jdbc:mysql://localhost:3306/product-inventory-management-new-pro?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        url: jdbc:mysql://localhost:3307/product-inventory-management-new-pro?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        username: root
        password: 123456
      # 从库数据源
@@ -149,12 +149,15 @@
      # 热部署开关
      enabled: false
  # redis 配置
  data:
  redis:
    # 地址
    host: 127.0.0.1
  #    host: 127.0.0.1
      host: 47.114.74.44
    #    host: 172.17.0.1
    # 端口,默认为6379
    port: 6379
  #    port: 6379
      port: 6399
    # 数据库索引
    database: 0
    # 密码