🔄Update: 修改RabbitMQ连接地址为localhost

This commit is contained in:
2025-10-14 20:29:34 +08:00
parent 9e63ed6f4f
commit 2ba2711bf1
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ public class BiInitMain {
public static void main(String[] args) {
try {
ConnectionFactory factory = new ConnectionFactory();
factory.setHost("47.121.181.112");
factory.setHost("localhost");
factory.setVirtualHost("/bi");
factory.setUsername("wonder");
factory.setPassword("Dn293830");
+1 -1
View File
@@ -49,7 +49,7 @@ spring:
# 大小限制
max-file-size: 10MB
rabbitmq:
host: 47.121.181.112
host: localhost
port: 5672
password: Dn293830
username: wonder