What dependencies does the MAVEN build spring project require?

Source: Internet
Author: User

What dependencies does the MAVEN build spring project require?
    <!--Spring Dependent -    <!--1.Spring Core Dependencies -    <Dependency>        <groupId>Org.springframework</groupId>        <Artifactid>Spring-core</Artifactid>        <version>4.3.7.RELEASE</version>    </Dependency>    <Dependency>        <groupId>Org.springframework</groupId>        <Artifactid>Spring-beans</Artifactid>        <version>4.3.7.RELEASE</version>    </Dependency>    <Dependency>        <groupId>Org.springframework</groupId>        <Artifactid>Spring-context</Artifactid>        <version>4.3.7.RELEASE</version>    </Dependency><!--2.Spring DAO Dependency -<!--SPRING-JDBC includes a number of tools such as JdbcTemplate -    <Dependency>        <groupId>Org.springframework</groupId>        <Artifactid>Spring-jdbc</Artifactid>        <version>4.3.7.RELEASE</version>    </Dependency>    <Dependency>        <groupId>Org.springframework</groupId>        <Artifactid>Spring-tx</Artifactid>        <version>4.3.7.RELEASE</version>    </Dependency>    <!--3.Spring Web Dependency -    <Dependency>        <groupId>Org.springframework</groupId>        <Artifactid>Spring-web</Artifactid>        <version>4.3.7.RELEASE</version>    </Dependency>    <Dependency>        <groupId>Org.springframework</groupId>        <Artifactid>Spring-webmvc</Artifactid>        <version>4.3.7.RELEASE</version>    </Dependency>    <!--4.Spring Test Dependency: Facilitates unit testing and integration testing -    <Dependency>        <groupId>Org.springframework</groupId>        <Artifactid>Spring-test</Artifactid>        <version>4.3.7.RELEASE</version>    </Dependency>

Altogether four aspects:

1) Spring Core dependency

Spring-core, Spring-beans, Spring-context

2) Spring DAO Dependency (provides JdbcTemplate)

SPRING-JDBC, Spring-tx

3) Spring Web dependency

Spring-web, SPRING-WEBMVC

4) Spring Test dependent

Spring-test

What dependencies does the MAVEN build spring project require?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.