From 537c421019cc5f626f000da8cff3d0bb0f47a3d9 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 11 十二月 2024 16:11:24 +0800
Subject: [PATCH] 1

---
 se-modules/se-system/src/main/java/com/se/system/SeSystemApplication.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/se-modules/se-system/src/main/java/com/se/system/SeSystemApplication.java b/se-modules/se-system/src/main/java/com/se/system/SeSystemApplication.java
index 747f85d..1d71d00 100644
--- a/se-modules/se-system/src/main/java/com/se/system/SeSystemApplication.java
+++ b/se-modules/se-system/src/main/java/com/se/system/SeSystemApplication.java
@@ -1,5 +1,6 @@
 package com.se.system;
 
+import com.se.system.utils.CaffeineUtils;
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 import com.se.common.security.annotation.EnableCustomConfig;
@@ -15,11 +16,10 @@
 @EnableCustomSwagger2
 @EnableRyFeignClients
 @SpringBootApplication
-public class SeSystemApplication
-{
-    public static void main(String[] args)
-    {
+public class SeSystemApplication {
+    public static void main(String[] args) {
         SpringApplication.run(SeSystemApplication.class, args);
+        CaffeineUtils.init();
         System.out.println("    绯荤粺妯″潡鍚姩鎴愬姛    ");
     }
 }

--
Gitblit v1.9.3