From ffbfc3f11b5220f6a4ff71cc70aa8b465c8e4d54 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Wed, 13 May 2015 00:06:40 +0800 Subject: [PATCH] Update D.3. Launching executable jars.md --- X. Appendices/D.3. Launching executable jars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X. Appendices/D.3. Launching executable jars.md b/X. Appendices/D.3. Launching executable jars.md index 92af347..6995614 100644 --- a/X. Appendices/D.3. Launching executable jars.md +++ b/X. Appendices/D.3. Launching executable jars.md @@ -1,4 +1,4 @@ -### D.3. 启动可执行jars +### 附录D.3. 启动可执行jars `org.springframework.boot.loader.Launcher`类是个特殊的启动类,用于一个可执行jars的主要入口。它实际上就是你jar文件的`Main-Class`,并用来设置一个合适的`URLClassLoader`,最后调用你的`main()`方法。