sinake
昨天 eb782eaac8f706a005ce18ed0b73fda22ac36113
ruoyi-admin/src/main/resources/application-druid.yml
@@ -106,21 +106,17 @@
          enabled: true
          # 慢SQL记录
          log-slow-sql: true
          slow-sql-millis: 1000
          slow-sql-millis: 3000
          merge-sql: true
        wall:
          config:
            multi-statement-allow: true
  # redis 配置
  redis:
#    host: 192.168.100.10
#    port: 6020
#    database: 0
#    password: Smartor
    host: 127.0.0.1
    port: 6379
    host: 127.0.0.1 #192.168.100.10
    port: 6020
    database: 0
    password:
    password: Smartor
    # 连接超时时间
    timeout: 10s
    lettuce: