Administrator
2026-01-26 1d5f2eef0c215563b9ec4b1a674acca501e7c0d9
config(rabbitmq): 更新测试环境RabbitMQ连接配置

- 将用户名从ct_rabbit更改为xc_rabbit
- 将密码从123456更改为xuncong123
- 保持其他RabbitMQ配置参数不变
1 files modified
4 ■■■■ changed files
src/main/resources/application-test.yml 4 ●●●● patch | view | raw | blame | history
src/main/resources/application-test.yml
@@ -44,8 +44,8 @@
  rabbitmq:
    host: 127.0.0.1
    port: 5672
    username: ct_rabbit
    password: 123456
    username: xc_rabbit
    password: xuncong123
    publisher-confirm-type: correlated
pay: