getServletContext爆红


看下依赖

删除

        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>2.5</version>
        </dependency>

刷新一下maven

posted @ 2023-02-28 16:36  Liku007  阅读(20)  评论(0)    收藏  举报