Does spring boot need web xml? : Spring Boot
Answer / Mohd Kasif
Spring Boot does not require a web.xml file. It eliminates the need for XML configuration files, making it easier to develop and deploy applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does spring use java ee?
What is ioc container in spring?
What is an application context?
What are the differences between bean factory and application context?
What is the use of rowmapper in spring?
What is the use of applicationcontextaware in spring?
What is postconstruct?
How is localization achieved in the spring mvc web applications?
What do you mean by annotation-based container configuration?
What is the use of @bean in spring?
Are singleton beans in spring a regular singleton object?
What is cli in spring boot? : Spring Boot