From 324e90642ef697f0b772bc11563efa7a0f37bbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=81=E8=B4=B5?= <1525275295@qq.com> Date: Thu, 15 Aug 2024 07:16:26 +0000 Subject: [PATCH] update yxxmg-jwt-sample/src/main/java/com/yxxmg/jwt/JwtApplication.java. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 仁贵 <1525275295@qq.com> --- .../src/main/java/com/yxxmg/jwt/JwtApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxxmg-jwt-sample/src/main/java/com/yxxmg/jwt/JwtApplication.java b/yxxmg-jwt-sample/src/main/java/com/yxxmg/jwt/JwtApplication.java index 3fb95fc..38bcd35 100644 --- a/yxxmg-jwt-sample/src/main/java/com/yxxmg/jwt/JwtApplication.java +++ b/yxxmg-jwt-sample/src/main/java/com/yxxmg/jwt/JwtApplication.java @@ -10,7 +10,7 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties /** * @author : yxxmg * @version : 1.0 - * @description : + * @description :启动类 * @since : 2023/10/16 */ @EnableConfigurationProperties(JwtConfig.class) -- Gitee