Here is the custom DI/IoC framework, implemented in order to dive into concepts of core functionality provided by the spring framework.
$ mvn -U clean installAdd dependency to your project:
<dependency> <groupId>com.leonovich.winter.io</groupId> <artifactId>winter-io</artifactId> <version>${winter.version}</version> </dependency>2022.04.01-SNAPSHOT