Question:

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

jar:file:/C:/Users/nmj/.m2/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONObject.class
jar:file:/C:/Users/nmj/.m2/repository/org/json/json/20160810/json-20160810.jar!/org/json/JSONObject.class

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

Analysis:

1.

https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml

        <dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
</dependency>

android-json-0.0.20131108.vaadin1

2.

    <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
</dependency>

最新文章

  1. cant create oci environment
  2. [R语言]R语言计算unix timestamp的坑
  3. java使用正则从爬虫爬的txt文档中提取QQ邮箱
  4. java虚拟机启动参数分类详解
  5. VNC与Windows之间的复制粘贴
  6. yii2 ArrayHelper map 使用
  7. 黄聪:MYSQL提交一批ID,查询数据库中不存在的ID并返回
  8. SQL SERVER -&gt;&gt; Wait Stats
  9. sqlplus连接登录数据库时,出现 ORA-28009错误(转)
  10. 剑指offer-两个链表的第一个公共节点
  11. vue中使用LESS、SASS、stylus
  12. Netty 源码分析
  13. C# 两个datatable中的数据快速比较返回交集或差集[z]
  14. uvaLive6837 ThereIsNoAlternative (kruskal)
  15. 关于xshell 无法连接虚拟机之我的解决方案
  16. ldap+flask+python2实现统一认证里面的那些编码神坑
  17. echarts中国地图散点涟漪效果
  18. RabbitMQ学习笔记1-hello world
  19. wordpress主题升级之后返回到原来版本主题的方法
  20. ubuntu中为Pycharm添加快捷启动方式

热门文章

  1. 关于Unity的C#基础学习(一)
  2. MyBatis 最强大的特性之一就是它的动态语句功能
  3. linux 远端执行shell脚本 批量结束各个远端节点进程
  4. VC++ LoadLibrary失败,错误127(找不到指定的程序)
  5. Maven的Settings.xml配置文件解释
  6. jquery书写一个简易的二级联动
  7. C#三种字符串拼接方法的效率对比
  8. c++ const(不断跟新)
  9. codevs 5963 [SDOI2017]树点染色
  10. 【BZOJ2616】SPOJ PERIODNI 笛卡尔树+树形DP