Update D.3. Launching executable jars.md

master
qibaoguang 2015-05-13 00:06:40 +08:00
parent 9ff3e60289
commit ffbfc3f11b
1 changed files with 1 additions and 1 deletions

View File

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