https://github.com/jeanlouisahs/spring-basics
This project help to undestand some concept like tight coupling, control inversion, dependency injection in spring boot
https://github.com/jeanlouisahs/spring-basics
dependency-injection java loosely-coupled spring tight-coupling
Last synced: about 2 months ago
JSON representation
This project help to undestand some concept like tight coupling, control inversion, dependency injection in spring boot
- Host: GitHub
- URL: https://github.com/jeanlouisahs/spring-basics
- Owner: JeanlouisAhs
- Created: 2022-12-27T01:57:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T12:03:33.000Z (over 3 years ago)
- Last Synced: 2025-06-28T22:50:32.829Z (12 months ago)
- Topics: dependency-injection, java, loosely-coupled, spring, tight-coupling
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### This projects help to undestand some interesting notion in spring framework.
- Tight and loose coupling
- Inversion of control
- Beans
- Dependency Injection
- Constuctor injecton
- Setter Injection