pyhon在Mac上的多版本设置 见:设置多版本https://blog.csdn.net/qq_35008279/article/details/84320010把python的默认环境设置成python3.7https://www.cnblogs.com/azhqiang/p/9814774.html
Json串比较 在diff接口返回值的时候需要比较两个json串是否一致,此时通过JSONCompare.compareJSON可以实现,直接上代码:package testCode;import com.alibaba.fastjson.JSONObject;import org.skyscreamer.jsonassert.JSONCompare;import org.skyscre...
JsonPath的使用 1.如何删除json里面的某个值采用JsonPath里面delete方法,具体代码如下:package testCode;import com.alibaba.fastjson.JSON;import com.alibaba.fastjson.JSONObject;import com.jayway.jsonpath.Configuration;import com.jaywa...
解决Caused by: java.lang.IllegalArgumentException: Property sqlSessionFactory or sqlSessionTemplate ar 解决Caused by: java.lang.IllegalArgumentException: Property sqlSessionFactory or sqlSessionTemplate ar