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 3fb95fcfa5c81abea42c179182f96c6ec41dc0f2..38bcd35cb269c22c083b4545d38205c80ef22ce1 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)