Update D.2.1. Compatibility with the standard Java “JarFile”.md

master
qibaoguang 2015-05-10 22:14:58 +08:00
parent 9948e7a0e5
commit 67dcacd6da
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 附录D.2.1 对标准Java "JarFile"的兼容性
Spring Boot Loader努力保持对已有代码和库的兼容。`org.springframework.boot.loader.jar.JarFile`继承自`java.util.jar.JarFile`,可以作为降级替换。