Update D.2. Spring Boot’s “JarFile” class.md

master
qibaoguang 2015-05-10 21:46:58 +08:00
parent bfdd739eb2
commit 59b08253a4
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 附录D.2. Spring Boot的"JarFile"类
Spring Boot用于支持加载内嵌jars的核心类是`org.springframework.boot.loader.jar.JarFile`。它允许你从一个标准的jar文件或内嵌的子jar数据中加载jar内容。