此文档非学习教程,只当是自己看spring官方文档顺手写的,顺便拾起英语。
期间会不定期的修改翻译内容。
----------------------------------------分割线---------------------------------------------
The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.
译:Spring框架为现代部署在任何设备环境上的基于Java的企业级应用提供了一个综合的程序和配置模式。
spring的一个重要特点是对应用程序级别的基础设施的支持:spring专注于企业级应用的“管道”(暂且这么翻译吧,以后再改)所以开发团队可以只专注于应用程序级的业务逻辑,而无需与特定的部署环境有任何关系。