/Spring

Getting acquainted with Spring Framework - an application framework and inversion of control container for the Java platform.

Primary LanguageJavaApache License 2.0Apache-2.0

Spring · Github license Build Status Known Vulnerabilities

Central to the Spring Framework is its inversion of control (IoC) container, which provides a consistent means of configuring and managing Java objects using reflection. The container is responsible for managing object lifecycles of specific objects: creating these objects, calling their initialization methods, and configuring these objects by wiring them together.