We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff3e60 commit ffbfc3fCopy full SHA for ffbfc3f
X. Appendices/D.3. Launching executable jars.md
@@ -1,4 +1,4 @@
1
-### D.3. 启动可执行jars
+### 附录D.3. 启动可执行jars
2
3
`org.springframework.boot.loader.Launcher`类是个特殊的启动类,用于一个可执行jars的主要入口。它实际上就是你jar文件的`Main-Class`,并用来设置一个合适的`URLClassLoader`,最后调用你的`main()`方法。
4
0 commit comments