fix: PostConstruct 导入改为 jakarta.annotation(Java 17+)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 17:14:31 +08:00
parent be6d1c74de
commit d2434927fe

View File

@@ -32,7 +32,7 @@ import org.springframework.http.MediaType;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpEntity;
import javax.annotation.PostConstruct;
import jakarta.annotation.PostConstruct;
import java.util.*;
@Slf4j