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

com.biz.common.id.UUIDGenerate Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package com.biz.common.id;

import java.util.UUID;

/**
 * UUID 生成
 *
 * @author francis
 */
public final class UUIDGenerate {

    public static String generate() {
        return UUID.randomUUID().toString();
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy