From 0da0c960a6c6e85b210464a728f6f4e050539981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E9=86=BA?= <14463847+zmw770157181@user.noreply.gitee.com> Date: Sat, 12 Oct 2024 09:46:11 +0800 Subject: [PATCH] =?UTF-8?q?1.feat():=20=E6=B7=BB=E5=8A=A0:=E4=B8=89?= =?UTF-8?q?=E4=B8=AA=E5=85=A5=E5=8F=A3=202.fix():=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BA=86:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新时间10120946 --- ...pringframework.boot.autoconfigure.AutoConfiguration.imports | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cloud-modules/cloud-modules-enterprise/cloud-modules-enterprise-cache/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/cloud-modules/cloud-modules-enterprise/cloud-modules-enterprise-cache/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports index 2f099e6..2e16aad 100644 --- a/cloud-modules/cloud-modules-enterprise/cloud-modules-enterprise-cache/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports +++ b/cloud-modules/cloud-modules-enterprise/cloud-modules-enterprise-cache/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -5,3 +5,6 @@ com.muyu.enterprise.cache.CarVehicleCacheService com.muyu.enterprise.cache.CarMessageValueCacheService com.muyu.enterprise.cache.CarWarnCacheService com.muyu.enterprise.cache.ElectronicFenceCacheService +com.muyu.enterprise.cache.CarManageCacheService +com.muyu.enterprise.cache.CarMessageCacheService +com.muyu.enterprise.cache.CarTemplateCacheService