All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.lingkang.sessioncore.base.IdGenerate Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package top.lingkang.sessioncore.base;

import javax.servlet.http.HttpServletRequest;

/**
 * @author lingkang
 * Created by 2022/1/26
 * 自定义id生成,默认生成类 FinalIdGenerate
 */
public interface IdGenerate {
    String generateId(HttpServletRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy