Skip to content

Commit ffbfc3f

Browse files
committed
Update D.3. Launching executable jars.md
1 parent 9ff3e60 commit ffbfc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

X. Appendices/D.3. Launching executable jars.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### D.3. 启动可执行jars
1+
### 附录D.3. 启动可执行jars
22

33
`org.springframework.boot.loader.Launcher`类是个特殊的启动类,用于一个可执行jars的主要入口。它实际上就是你jar文件的`Main-Class`,并用来设置一个合适的`URLClassLoader`,最后调用你的`main()`方法。
44

0 commit comments

Comments
 (0)