Skip to content
#

annotation-based-configuration

Here are 6 public repositories matching this topic...

A Spring Core project that dynamically selects encryption algorithms (AES, RSA, SHA) using the FactoryBean pattern and external configuration. It demonstrates clean design principles like dependency injection and strategy-based architecture for flexible, scalable encryption handling.

  • Updated May 5, 2026
  • Java

A modular Spring-based notification system that uses the Factory Design Pattern and dependency injection to dynamically send messages via Email, SMS, and Push channels. It ensures scalability, loose coupling, and easy extension by simply adding new notification implementations without modifying existing code.

  • Updated Apr 22, 2026
  • Java

A Spring Core application that uses the Factory Design Pattern to dynamically create food objects based on user input. It leverages dependency injection and component scanning for a clean, scalable, and annotation-based configuration.

  • Updated Apr 23, 2026
  • Java

Improve this page

Add a description, image, and links to the annotation-based-configuration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the annotation-based-configuration topic, visit your repo's landing page and select "manage topics."

Learn more