BAEL-86 - rename main class

This commit is contained in:
slavisa-baeldung 2016-11-14 23:43:37 +01:00
parent ea18d3a4b3
commit a323947704
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.ServletRegistration;
public class WebApplicationInitializer implements org.springframework.web.WebApplicationInitializer {
public class DispatcherServletApplication implements org.springframework.web.WebApplicationInitializer {
@Override
public void onStartup(ServletContext servletContext) throws ServletException {
AnnotationConfigWebApplicationContext rootContext =