From 200adcb3f93d87b8239084601d3fa1da4b16fefa Mon Sep 17 00:00:00 2001 From: one Date: Thu, 30 Nov 2023 14:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9remote?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ringframework.boot.autoconfigure.AutoConfiguration.imports | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/car-base-remote/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/car-base-remote/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports index 64815ab..5b47a27 100644 --- a/car-base-remote/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports +++ b/car-base-remote/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -1,2 +1,2 @@ -com.god.base.remote.factory.RemoteCarService -com.god.base.remote.factory.RemoteFenceService +com.god.base.remote.RemoteCarService +com.god.base.remote.RemoteFenceService