Wednesday, 20 April 2016

Which is the main configuration file for Spring ?


Main configuration file of Spring framework is applicationContext.xml.

ContextLoaderListener is a ServletContextListener that initializes when your web application starts up.
By default, it looks for Spring’s configuration file at WEB-INF/applicationContext.xml

No comments:

Post a Comment

Note: only a member of this blog may post a comment.