xiaoyong931011
2022-11-17 e5eedf9d723cb3d2380e6175c2574a31c935e43e
20221117
1 files modified
8 ■■■■ changed files
src/main/resources/application-prod.yml 8 ●●●● patch | view | raw | blame | history
src/main/resources/application-prod.yml
@@ -23,13 +23,13 @@
  redis:
    # Redis数据库索引(默认为 0)
    database: 6
    database: 9
    # Redis服务器地址
    host: 127.0.0.1
    # Redis服务器连接端口
    port: 6379
    # Redis 密码
    password: zhongji-mall=-0
    password: dapp!@#123
    lettuce:
      pool:
        # 连接池中的最小空闲连接
@@ -45,8 +45,8 @@
  rabbitmq:
    host: 127.0.0.1
    port: 5672
    username: zj_mall
    password: zj_mall123
    username: xc_rabbit
    password: xuncong123
    publisher-confirm-type: correlated
  jackson: