From 9b5661ebf15f5536748849493cb8b65a6c3644dd Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 24 七月 2025 11:34:01 +0800
Subject: [PATCH] 修改健康检测

---
 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