BAEL-86 - rename main class
This commit is contained in:
parent
ea18d3a4b3
commit
a323947704
|
@ -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 =
|
Loading…
Reference in New Issue