maven引入spring相关依赖

Posted coolface

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven引入spring相关依赖相关的知识,希望对你有一定的参考价值。

        <!--spring相关包-->
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
            <version>4.3.1.RELEASE</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
            <version>4.3.1.RELEASE</version>
        </dependency>

 

以上是关于maven引入spring相关依赖的主要内容,如果未能解决你的问题,请参考以下文章

maven引入MySQL相关依赖

记录解决一个项目中遇到的maven打包问题

解决 idea maven依赖引入失效,无法正常导入依赖问题

Spring与CXF整合

intellij-maven-imports-have-broken-classpath

maven中引入其他模块会下载他的依赖吗