liyong
2026-01-30 d8db360a1e89a0ac654a1f4efcaab8ffe6ef169c
ruoyi-admin/src/main/resources/application-druid.yml.example1
@@ -11,7 +11,7 @@
#                url: jdbc:mysql://124.220.0.228:3300/ruoyi-java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#                pg
#                url: jdbc:postgresql://localhost:5433/ruoyi-zd
                url: jdbc:postgresql://localhost:5432/zd_production
                url: jdbc:postgresql://172.17.0.1:5432/zd_production
                username: postgres
                password: bYD#nM+-BiLb
            # 从库数据源
@@ -69,15 +69,14 @@
        # redis 配置
        redis:
            # 地址
            host: 127.0.0.1
            host: 172.17.0.1
            # 端口,默认为6379
            port: 6379
            # 数据库索引
            database: 0
            # 密码
#            password: root2022!
            #      password: 123456
            password: 123456
            password: root2022!
            # password: 123456
            # 连接超时时间
            timeout: 10s
            lettuce: