heheng
3 天以前 f33cfe86447c16df8ca665e2e1a5f3333ff57792
expert-admin/src/main/resources/application-dev.yml
@@ -34,9 +34,9 @@
        druid:
            # 主库数据源
            master:
                url: jdbc:mysql://localhost:3306/expert_management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true
                url: jdbc:mysql://192.168.2.90:7006/expert_management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true
                username: root
                password: 123456
                password: 2farwL3yPXfbH2AP
            # 从库数据源
            slave:
                # 从数据源开关/默认关闭
@@ -90,7 +90,7 @@
    # redis 配置
    redis:
        # 地址
        host: localhost
        host: 192.168.2.90
        # 端口,默认为6379
        port: 6379
        # 数据库索引