From b1eb8e11c278e24d6114b7cb1d80c5a235a285a9 Mon Sep 17 00:00:00 2001 From: Wonder Date: Tue, 14 Oct 2025 21:02:45 +0800 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=94=84Update:=20=E6=B7=BB=E5=8A=A0Rabb?= =?UTF-8?q?itMQ=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/application.yml diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml new file mode 100644 index 0000000..63b7a72 --- /dev/null +++ b/src/main/resources/application.yml @@ -0,0 +1,11 @@ +server: + port: 8081 +spring: + application: + name: rabbitmq-template + rabbitmq: + host: localhost + port: 5672 + username: wonder + password: Dn293830 + virtual-host: /template \ No newline at end of file