首页 > intellij idea写spring web工程配置问题

intellij idea写spring web工程配置问题

想学习下spring mvc,头疼的是web.xml文件里怎么找不到org.springframework.web.servlet这个包 要用DispatcherServlet这个类啊 求大神来拯救!



题主没有添加spring-webmvc依赖:

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-webmvc</artifactId>
    <version>${spring-version}</version>
</dependency>
【热门文章】
【热门文章】