| Class | Description |
|---|---|
| AppConfig |
Using this class to customize Spring MVC configuration.
|
| HibernateConfig |
Configure Hibernate framework and spring transaction manager in this class.
|
| ServletInitializer |
This is a
ServletInitializer class, Servlet3.0+ container (tomcat here) will
pick up this class and run it automatically. |
| TaskSchedulerConfig |
This class set up the task scheduler for the application.
|