parent
601794c617
commit
c1d6e5e897
|
|
@ -116,7 +116,7 @@
|
|||
<thymeleaf.version>2.1.3.RELEASE</thymeleaf.version>
|
||||
<thymeleaf-extras-springsecurity3.version>2.1.1.RELEASE</thymeleaf-extras-springsecurity3.version>
|
||||
<thymeleaf-layout-dialect.version>1.2.5</thymeleaf-layout-dialect.version>
|
||||
<tomcat.version>7.0.54</tomcat.version>
|
||||
<tomcat.version>7.0.55</tomcat.version>
|
||||
<velocity.version>1.7</velocity.version>
|
||||
<velocity-tools.version>2.0</velocity-tools.version>
|
||||
<wsdl4j.version>1.6.3</wsdl4j.version>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@ class TomcatEmbeddedContext extends StandardContext {
|
|||
private ServletContextInitializerLifecycleListener starter;
|
||||
|
||||
@Override
|
||||
public void loadOnStartup(Container[] children) {
|
||||
public boolean loadOnStartup(Container[] children) {
|
||||
return true;
|
||||
}
|
||||
|
||||
public void deferredLoadOnStartup() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue