阅读背景:

SSM框架添加junit单元测试

来源:互联网 

1.添加pom依附 

   <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>

        <!--参加spring-test-->
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
            <version>5.1.1.RELEASE</version>
        </dependency>   <dependency>
            <groupId>



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: