spring学习笔记:Overview

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_32862515/article/details/83244668

1.Groovy    一种基于JVM的敏捷开发语言

    Kotlin    Kotlin已正式成为Android官方支持开发语言

2.out-of-the-box 开箱即用

3.JVM Java虚拟机

   Java运行机制

4.

At the heart are the modules of the core container, including a configuration model and a dependency injection mechanism.

5. 持久化    persistence

6.JSP

7.JDBC

8.Servlet

扫描二维码关注公众号,回复: 3753234 查看本文章

9.

It also includes the Servlet-based Spring MVC web framework and, in parallel, the Spring WebFlux reactive web framework.

10.

classpath

11.J2EE

12.JSR

13.JPA

14.

The Spring Framework also supports the Dependency Injection (JSR 330) and Common Annotations (JSR 250) specifications, which application developers may choose to use instead of the Spring-specific mechanisms provided by the Spring Framework.

15.JAVA EE

16.

Spring boot is based on the Spring Framework, favors convention over configuration.

猜你喜欢

转载自blog.csdn.net/qq_32862515/article/details/83244668