[譯] 每天一段 Spring 5 官方文件(5.1.4.RELEASE)—— Spring Framework Overview 07

Zhoust發表於2019-02-19

Spring 框架概覽

開始時間 10:15,結束時間 10:32,用時 2 min,這段最少了

As of Spring Framework 5.0, Spring requires the Java EE 7 level (e.g. Servlet 3.1+, JPA 2.1+) as a minimum - while at the same time providing out-of-the-box integration with newer APIs at the Java EE 8 level (e.g. Servlet 4.0, JSON Binding API) when encountered at runtime. This keeps Spring fully compatible with e.g. Tomcat 8 and 9, WebSphere 9, and JBoss EAP 7.

翻譯

Spring 5 之後,Spring 最低要求 Java EE 7(比如 Servlet 3.1+,JPA 2.1+),同時使用更新的 API 介面執行在 Java EE 8 級別,提供開箱即用的整合環境。 這讓 Spring 完全相容 Tomcat 8 和 9,WebSphere 9 以及 JBoss EAP 7。

詞彙

As of 從……開始 integration 整合 encountered 遇到 compatible 相容

相關文章