What is spring annotation-based configuration?
Answer / Vakeel Chand
Spring Annotation-Based Configuration refers to the method of configuring Spring beans using annotations (@Component, @Service, @Repository, etc.) instead of XML files. This provides a more concise and easier-to-understand way to configure application components.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is persistence context in spring?
What is tasklet in spring batch?
Is spring a singleton component?
What are spring beans?
What are spring applications?
Are spring beans thread safe?
Is spring framework still popular?
What does entitymanager merge do?
What is difference between spring and hibernate?
What are the types of advice in spring?
What is junit testing?
What is ioc container in spring?