From 13bb0593d4d510c0d4fa7a356fba89db0135e67a Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 23 四月 2024 21:41:24 +0800
Subject: [PATCH] startercache代码整理

---
 smart-starter-cache/src/main/java/com/qianwen/core/cache/config/CacheConfiguration.java |    1 -
 smart-starter-cache/src/main/java/com/qianwen/core/cache/constant/CacheConstant.java    |    1 -
 smart-starter-cache/src/main/java/com/qianwen/core/cache/utils/CacheUtil.java           |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/smart-starter-cache/src/main/java/com/qianwen/core/cache/config/CacheConfiguration.java b/smart-starter-cache/src/main/java/com/qianwen/core/cache/config/CacheConfiguration.java
index a69a365..74155ca 100644
--- a/smart-starter-cache/src/main/java/com/qianwen/core/cache/config/CacheConfiguration.java
+++ b/smart-starter-cache/src/main/java/com/qianwen/core/cache/config/CacheConfiguration.java
@@ -5,6 +5,5 @@
 
 @Configuration(proxyBeanMethods = false)
 @EnableCaching
-/* loaded from: blade-starter-cache-9.3.0.0-SNAPSHOT.jar:org/springblade/core/cache/config/CacheConfiguration.class */
 public class CacheConfiguration {
 }
diff --git a/smart-starter-cache/src/main/java/com/qianwen/core/cache/constant/CacheConstant.java b/smart-starter-cache/src/main/java/com/qianwen/core/cache/constant/CacheConstant.java
index 53bc2e7..6c18545 100644
--- a/smart-starter-cache/src/main/java/com/qianwen/core/cache/constant/CacheConstant.java
+++ b/smart-starter-cache/src/main/java/com/qianwen/core/cache/constant/CacheConstant.java
@@ -1,6 +1,5 @@
 package com.qianwen.core.cache.constant;
 
-/* loaded from: blade-starter-cache-9.3.0.0-SNAPSHOT.jar:org/springblade/core/cache/constant/CacheConstant.class */
 public interface CacheConstant {
     public static final String BIZ_CACHE = "blade:biz";
     public static final String MENU_CACHE = "blade:menu";
diff --git a/smart-starter-cache/src/main/java/com/qianwen/core/cache/utils/CacheUtil.java b/smart-starter-cache/src/main/java/com/qianwen/core/cache/utils/CacheUtil.java
index 2990fef..e8135c6 100644
--- a/smart-starter-cache/src/main/java/com/qianwen/core/cache/utils/CacheUtil.java
+++ b/smart-starter-cache/src/main/java/com/qianwen/core/cache/utils/CacheUtil.java
@@ -14,7 +14,6 @@
 import org.springframework.cache.CacheManager;
 import org.springframework.lang.Nullable;
 
-/* loaded from: blade-starter-cache-9.3.0.0-SNAPSHOT.jar:org/springblade/core/cache/utils/CacheUtil.class */
 public class CacheUtil {
     private static CacheManager cacheManager;
     private static final Boolean TENANT_MODE = Boolean.TRUE;

--
Gitblit v1.9.3