From bbe18ae3200dcfb1bd0851175d23b88472edfe58 Mon Sep 17 00:00:00 2001 From: ycl Date: Fri, 31 Oct 2025 17:28:42 +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 --- .../entrance/web/src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/entrance/web/src/main/resources/application.properties b/template/entrance/web/src/main/resources/application.properties index 11b4c7d..de4eb45 100644 --- a/template/entrance/web/src/main/resources/application.properties +++ b/template/entrance/web/src/main/resources/application.properties @@ -7,4 +7,5 @@ check=true spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER #注销掉es的自动装配 spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration -com.toco.agent.attach=true \ No newline at end of file +com.toco.agent.attach=true +mq.type=memory \ No newline at end of file