消除maven编译时警告

虽然原注解可以使用,但是jdk切换到17或21后,maven编译时会提示找不到该注解警告

Signed-off-by: 常康 <1745822665@qq.com>
pull/1019/head
常康 2025-05-30 00:56:02 +00:00 committed by Gitee
parent c8a47f8b39
commit a9406bb661
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package com.ruoyi.common.enums;
import java.util.HashMap;
import java.util.Map;
import org.springframework.lang.Nullable;
import jakarta.annotation.Nullable;
/**
*