右键maven update project 然后重新改设置,我有时候能跑成功。不行就重装下再试吧。记得把validation得取 ...
:handshake谢谢。你解决了我的问题。 spring-test的问题。新版本中在代码中添加了org.jeecgframework.core.junit。但是pom.xml中spring-test的使用范围是test。删除<scope>test</scope>即可。
<!-- spring -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency> zhangle231 发表于 2016-9-4 09:04 static/image/common/back.gif
spring-test的问题。新版本中在代码中添加了org.jeecgframework.core.junit。但是pom.xml中spring-test的使 ...
正解!
org.jeecgframework.core.junit.AbstractUnitTest类用到了spring-test包。
页:
1
[2]