编译错误

单元测试启动错误

Found multiple occurrences of org.json.JSONObject on the class path:

jar:file:/D:/developsoft/maven/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONObject.class

jar:file:/D:/developsoft/maven/repository/org/json/json/20131018/json-20131018.jar!/org/json/JSONObject.class

You may wish to exclude one of them to ensure predictable runtime behavior

分析:依赖冲突

解决办法:排除依赖

org.springframework.boot

spring-boot-starter-test

test

com.vaadin.external.google

android-json

好文推荐

评论可见,请评论后查看内容,谢谢!!!评论后请刷新页面。