What is spring configuration file?
Answer / Anu Sirohi
A Spring configuration file, often referred to as applicationContext.xml or beans.xml, is an XML file that contains the configuration for various components (beans) of a Spring-based application. It specifies the dependencies between these components and other relevant settings.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between @pathvariable and @requestparam in spring?
How to inject a java.util.properties into a spring bean?
What is aop proxy?
What does a spring bean definition contain?
Explain the concept of auto wiring.
What is spring stereotype annotations?
What is application context in spring?
What is use of @configuration in spring?
What is @repository annotation in spring boot? : Spring Boot
What is tight and loose coupling?
What is the typical bean life cycle in spring bean factory container?
What is the difference between spring mvc and spring rest?