From 9510502ca9106fabb47496fb5511465ec06bbbb8 Mon Sep 17 00:00:00 2001 From: ycl Date: Fri, 31 Oct 2025 18:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20template/entrance/web/src/?= =?UTF-8?q?main/resources/application.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/entrance/web/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/entrance/web/src/main/resources/application.properties b/template/entrance/web/src/main/resources/application.properties index da2c1db..1f8276f 100644 --- a/template/entrance/web/src/main/resources/application.properties +++ b/template/entrance/web/src/main/resources/application.properties @@ -45,7 +45,7 @@ out.host= #vs.sqlmapper.showSql=true mock.enabled=false -## message config , use memeory for test, mq.type can be redis/rocketmq/kafka +## message config , use memory for test, mq.type can be redis/rocketmq/kafka mq.type=memory #rocketmq.name-server=${ROCKETMQ_HOST:10.0.2.221:9876;10.0.2.222:9876;10.0.2.223:9876}