From 04f209055072aceb605b073ed93fbf099c2338bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=90=A6=E6=B6=9B?= Date: Fri, 10 Mar 2023 18:04:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=20sonar=E3=80=91WebMvcConfiguratio?= =?UTF-8?q?n=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/jero/config/WebMvcConfiguration.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/jero-boot/jero-boot-base/jero-boot-base-core/src/main/java/com/jero/config/WebMvcConfiguration.java b/jero-boot/jero-boot-base/jero-boot-base-core/src/main/java/com/jero/config/WebMvcConfiguration.java index 8c1ad619..2118630b 100644 --- a/jero-boot/jero-boot-base/jero-boot-base-core/src/main/java/com/jero/config/WebMvcConfiguration.java +++ b/jero-boot/jero-boot-base/jero-boot-base-core/src/main/java/com/jero/config/WebMvcConfiguration.java @@ -85,14 +85,4 @@ public class WebMvcConfiguration implements WebMvcConfigurer { jackson2HttpMessageConverter.setObjectMapper(objectMapper); converters.add(jackson2HttpMessageConverter); } - -// /** -// * SpringBootAdmin的Httptrace不见了 -// * https://blog.csdn.net/u013810234/article/details/110097201 -// */ -// @Bean -// public InMemoryHttpTraceRepository getInMemoryHttpTrace(){ -// return new InMemoryHttpTraceRepository(); -// } - }