ContextLoaderListener错误


在web.xml中添加如下配置

    <context-param>
        <param-name>contextConfigLocation</param-name>
        <param-value>classpath:spring-security.xml</param-value>
    </context-param>
    <listener>
        <listener-class>
            org.springframework.web.context.ContextLoaderListener
        </listener-class>
    </listener>
posted @ 2019-12-03 21:31  akon07  阅读(520)  评论(0编辑  收藏  举报