标签:beanutils bean maven div depend util tps jar world
1. maven项目
在pom.xml中添加以下依赖:
<dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</artifactId> <version>2.4</version> </dependency>
跳出的提示中点击"Import Changes"
2. 普通项目
需要以下依赖包:
json-lib-2.4-jdk15.jar
commons-beanutils-1.8.0.jar
commons-logging-1.1.1.jar
commons-collections-3.2.1.jar
commons-lang-2.5.jar
ezmorph-1.0.6.jar
intellij idea添加扩展包方式:
可参考
https://www.cnblogs.com/jayworld/p/9706817.html
JSONObject fromObject() 需要引入的包
标签:beanutils bean maven div depend util tps jar world
原文地址:https://www.cnblogs.com/jayworld/p/10085535.html