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.ServletException;
|
||||||
import javax.servlet.ServletRegistration;
|
import javax.servlet.ServletRegistration;
|
||||||
|
|
||||||
public class WebApplicationInitializer implements org.springframework.web.WebApplicationInitializer {
|
public class DispatcherServletApplication implements org.springframework.web.WebApplicationInitializer {
|
||||||
@Override
|
@Override
|
||||||
public void onStartup(ServletContext servletContext) throws ServletException {
|
public void onStartup(ServletContext servletContext) throws ServletException {
|
||||||
AnnotationConfigWebApplicationContext rootContext =
|
AnnotationConfigWebApplicationContext rootContext =
|
Loading…
x
Reference in New Issue
Block a user