lhuai 发表于 2016-7-19 14:05:55

9楼的方法确实有用,不过我没有validation取消

woniu430481 发表于 2016-8-10 22:58:54

wintail 发表于 2016-7-19 11:52 static/image/common/back.gif
右键maven update project 然后重新改设置,我有时候能跑成功。不行就重装下再试吧。记得把validation得取 ...

:handshake谢谢。你解决了我的问题。

zhangle231 发表于 2016-9-4 09:04:34

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>

zzl216 发表于 2016-10-9 13:25:26

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]
查看完整版本: 求助:maven构建jeecg环境错误,请教!