摘要:
(This interface imposes a total ordering on the objects of each class that implements it. This ordering is referred to as the class's natural ordering 阅读全文
摘要:
在一次项目中,由于没有留意到这两个包的不同,导致使用类的copyProperties()方法时,出现了Null key for a Map not allowed in JSON的错误,查看源码发现这两个方法的参数是对换过来了。 1:springframework.beans中的copyProper 阅读全文