|
|
|
@ -48,8 +48,7 @@ public abstract class SpringBootServletInitializer implements WebApplicationInit
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public void onStartup(ServletContext servletContext) throws ServletException {
|
|
|
|
|
WebApplicationContext rootAppContext = this
|
|
|
|
|
.createRootApplicationContext(servletContext);
|
|
|
|
|
WebApplicationContext rootAppContext = createRootApplicationContext(servletContext);
|
|
|
|
|
if (rootAppContext != null) {
|
|
|
|
|
servletContext.addListener(new ContextLoaderListener(rootAppContext) {
|
|
|
|
|
@Override
|
|
|
|
|