小编Mar*_*des的帖子

使用maven-failsafe-plugin spring-boot 1.4进行集成测试时出现TypeNotPresentExceptionProxy错误

当使用maven-failsafe-plugin和spring-boot 1.4运行集成测试时,我收到了ArrayStoreException:TypeNotPresentExceptionProxy.

如果运行joinfaces-example,则可以看到此错误

mvn -Pattach-integration-test clean install

我意识到如果我将spring-boot-maven-plugin更改为在预集成测试阶段而不是 1中运行,则不会发生错误.

此外,当我将spring boot升级到1.4时,此错误开始了.如果我将jsf-spring-boot-parent版本更改为使用spring boot 1.3版本的2.0.0,则不会发生错误.

integration-testing maven-failsafe-plugin spring-boot

9
推荐指数
2
解决办法
1465
查看次数