What are the minimum settings to create a spring mvc application?
Answer / Abhishek Raghav
The minimum settings to create a Spring MVC application include defining a web.xml file (for deployment in a web container), creating a Spring configuration file (usually an XML or Java-based configuration file), and writing Controller classes that handle HTTP requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you understand by @qualifier annotation?
What is the difference between @bean and @component?
What is the default autowiring mode?
What is a 3 tier architecture?
What do you mean by aop?
How to handle exceptions in spring mvc environment?
What are the types of dependency injection spring supports?
Explain the difference between @autowired and @inject?
What are 3 types of annotations?
What is jdk dynamic proxy?
Is spring a link?
What are the benefits of using spring?