- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 68字
- 2021-06-24 19:17:25
Spring Core Framework
This module is the base of the framework and contains the essential support for dependency injection, web features supported by Spring MVC (model-view-controller) and the pretty new WebFlux frameworks, and aspect-oriented programming. Also, this module supports the foundation for JDBC, JMS, JPA and a declarative way to manage transactions. We will explore it and understand the main projects of this module. So let's do it!