From 67dcacd6da2b13866a7e3be67c92651872ba7edc Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Sun, 10 May 2015 22:14:58 +0800 Subject: [PATCH] =?UTF-8?q?Update=20D.2.1.=20Compatibility=20with=20the=20?= =?UTF-8?q?standard=20Java=20=E2=80=9CJarFile=E2=80=9D.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../D.2.1. Compatibility with the standard Java “JarFile”.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/X. Appendices/D.2.1. Compatibility with the standard Java “JarFile”.md b/X. Appendices/D.2.1. Compatibility with the standard Java “JarFile”.md index e69de29..7c7e2c0 100644 --- a/X. Appendices/D.2.1. Compatibility with the standard Java “JarFile”.md +++ b/X. Appendices/D.2.1. Compatibility with the standard Java “JarFile”.md @@ -0,0 +1,3 @@ +### 附录D.2.1 对标准Java "JarFile"的兼容性 + +Spring Boot Loader努力保持对已有代码和库的兼容。`org.springframework.boot.loader.jar.JarFile`继承自`java.util.jar.JarFile`,可以作为降级替换。