<dependency> <groupId>com.github.xkzhangsan</groupId> <artifactId>xkbeancomparator</artifactId> <version>0.0.3</version> </dependency>
public static String compareBean(Object source, Object target) public static CompareResult getCompareResult(Object source, Object target)
优化代码:
bean属性为复杂类型时,跳过不处理,不抛异常。