• R
    Allow consolidating config in root context with Java · ab5f1256
    Rossen Stoyanchev 提交于
    This change makes it possible to provide no configuration for the
    DispatcherServlet when extending
    AbstractAnnotationConfigDispatcherServletInitializer, and therefore
    provide all config through the "root" context.
    
    Issue: SPR-11357
    ab5f1256
AbstractAnnotationConfigDispatcherServletInitializer.java 3.9 KB