feat:增加布局组件

This commit is contained in:
2025-12-15 23:25:25 +08:00
parent 7dfd151119
commit 2bb60d00e8
35 changed files with 194 additions and 73 deletions

View File

@@ -1,5 +1,3 @@
<ArticleMetadata />
# 一、原生镜像
&emsp;&emsp;传统 Java 应用基于 JVM 运行,需要加载完整的类库和 JVM 运行时环境,导致启动时间长、内存占用高。而**原生镜像技术通过提前编译AOT将 Java 应用直接编译为本地机器码,无需 JVM 即可运行**,具有以下核心优势: