1、@Valid(Controller方法对象参数) —>@NotNull(对应实体类)
2、PropertyUtils.copyProperties(favorite, favoriateQueryModel); (source,target)
3、产生空List:Collections.emptyList()
1、@Valid(Controller方法对象参数) —>@NotNull(对应实体类)
2、PropertyUtils.copyProperties(favorite, favoriateQueryModel); (source,target)
3、产生空List:Collections.emptyList()
转载于:https://my.oschina.net/Howard2016/blog/821335