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()`方法。