This repository contains practice Java files related to Spring Core and Spring Boot. It is mainly for learning and experimenting with basic concepts rather than complete projects.
– basic practice with setting up and running a Spring Boot application.
– examples of using annotations for configuration (@Configuration, @Bean, @ComponentScan).
– practice with Spring Core concepts like beans, dependency injection (DI), and inversion of control (IoC).
The repository is intended for:
Practicing core Spring and Spring Boot features
Understanding bean configuration (XML & annotation-based)
Experimenting with application setup and structure