From f9039b7e855d3f816c1db910bc4ae3471c60965f Mon Sep 17 00:00:00 2001 From: ycl Date: Thu, 26 Dec 2024 10:08:22 +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, 2 insertions(+) diff --git a/template/entrance/web/src/main/resources/application.properties b/template/entrance/web/src/main/resources/application.properties index 36a4e5a..32f962e 100644 --- a/template/entrance/web/src/main/resources/application.properties +++ b/template/entrance/web/src/main/resources/application.properties @@ -6,5 +6,7 @@ project_name=handeTest check=true spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER +spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration + com.toco.agent.attach=true \ No newline at end of file