From 478a39af53505f2420fc8dc47893f2a141f975cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 30 Jan 2024 22:32:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=80=99=E9=80=89=E4=BA=BA?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=8D=E6=88=90=E5=8A=9F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xm-cloud-bootstrap/src/main/java/com/XmApplication.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xm-cloud-bootstrap/src/main/java/com/XmApplication.java b/xm-cloud-bootstrap/src/main/java/com/XmApplication.java index fe8eb5ff..410f5e25 100644 --- a/xm-cloud-bootstrap/src/main/java/com/XmApplication.java +++ b/xm-cloud-bootstrap/src/main/java/com/XmApplication.java @@ -1,8 +1,10 @@ package com; import org.springframework.boot.SpringApplication; +import org.springframework.cloud.client.SpringCloudApplication; import org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession; +@SpringCloudApplication @EnableRedisHttpSession public class XmApplication {