Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanmdr/container-injection
Simple example of an IoC Container for DI example with Java language.
https://github.com/jonathanmdr/container-injection
dependency-injection ioc ioc-container java
Last synced: 23 days ago
JSON representation
Simple example of an IoC Container for DI example with Java language.
- Host: GitHub
- URL: https://github.com/jonathanmdr/container-injection
- Owner: jonathanmdr
- Created: 2023-05-22T17:29:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-28T15:55:32.000Z (over 1 year ago)
- Last Synced: 2024-10-31T23:24:55.791Z (2 months ago)
- Topics: dependency-injection, ioc, ioc-container, java
- Language: Java
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple IoC Container for Dependency Injection Example
[![Gradle CI](https://github.com/jonathanmdr/container-injection/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/jonathanmdr/container-injection/actions/workflows/ci.yaml)
Example of an IoC container for dependency injection written in Java language.
## Structure:
![Diagram](./docs/container-injection.png)