关闭使用条款确认: 在/portal-master/portal-impl/src/portal.properties配置文件中,有如下配置: # # Set this to true if all users are required to agree to the terms of use. # terms.of.use.required=true 修改为: # # Set this to true if all users are required to agree to the term
此共通方法可以根据特定字段进行排序 package com.gomecar.index.common.utils; import java.lang.reflect.Method; import java.util.Collections; import java.util.Comparator; import java.util.List; /** * 对List中数据根据某个字段进行排序 * Created by xiaotian on 2017/3/20. */ public class