component-scan
Here are 14 public repositories matching this topic...
This tutorial project explains spring-core concepts. Using Spring pure java configuration and annotations. support Dependency Injection for wiring Spring context bean with each other and many more.
-
Updated
Feb 2, 2024 - Java
Spring Framework (Spring Core) project demonstrating IoC, Dependency Injection, autowiring, component scanning, and loose coupling principles.
-
Updated
Feb 17, 2026 - Java
beginning of spring framework
-
Updated
Feb 13, 2025 - Java
DCL-372: Core Spring 5
-
Updated
May 14, 2022 - Java
Spring Framework demo showcasing automated bean detection using @componentscan and @component. Features dependency injection via @Autowired, handling bean priority with @primary, and explicit selection with @qualifier.
-
Updated
Dec 19, 2025 - Java
A lightweight Spring-based payment system that uses Dependency Injection and the Factory Pattern to dynamically handle multiple payment methods like UPI, Credit Card, and Debit Card. It showcases clean, scalable design by eliminating conditional logic and making it easy to add new payment types with minimal changes.
-
Updated
Apr 24, 2026 - Java
A lightweight Spring Core application demonstrating annotation-based configuration and dependency injection by linking Customer, Product, and Order objects through the IoC container. It highlights clean object wiring using @component, @Autowired, and AnnotationConfigApplicationContext to build a loosely coupled system.
-
Updated
Apr 19, 2026 - Java
(modify) this project works about aop concept. (AspectJ Anotation) but this i use it for query one to many. it works good. i don't need to make method before update actor table. just use @before annotation for query edit_history table. (this case. modify scan components and allow all cross origin
-
Updated
Jul 21, 2026 - Java
A Spring Core project demonstrating annotation-based bean configuration using @component, @Autowired, and component scanning to understand dependency injection without XML bean definitions.
-
Updated
Jul 18, 2026 - Java
A simple Spring Core project that demonstrates dependency injection and component-based architecture using a real-world hospital scenario involving Doctor, Patient, and Hospital objects. It showcases how Spring manages object creation, wiring, and relationships through annotation-based configuration for clean and maintainable code.
-
Updated
Apr 18, 2026 - Java
Improve this page
Add a description, image, and links to the component-scan topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the component-scan topic, visit your repo's landing page and select "manage topics."