Does spring boot need web xml? : Spring Boot



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

Post New Answer

More Spring Framework Interview Questions

Does spring use java ee?

1 Answers  


What is ioc container in spring?

1 Answers  


What is an application context?

1 Answers  


What are the differences between bean factory and application context?

1 Answers  


What is the use of rowmapper in spring?

1 Answers  


What is the use of applicationcontextaware in spring?

1 Answers  


What is postconstruct?

1 Answers  


How is localization achieved in the spring mvc web applications?

1 Answers  


What do you mean by annotation-based container configuration?

1 Answers  


What is the use of @bean in spring?

1 Answers  


Are singleton beans in spring a regular singleton object?

1 Answers  


What is cli in spring boot? : Spring Boot

1 Answers  


Categories