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

net.unmz.java.util.uuid.UUIDUtils Maven / Gradle / Ivy

package net.unmz.java.util.uuid;

import java.util.UUID;

/**
 * Project Name:
 * 功能描述:
 *
 * @author [email protected]
 * @version 1.0
 * @date 2018/8/22 16:04
 * @since JDK 1.8
 */
public class UUIDUtils {

    public static String getUUID(){
        return UUID.randomUUID().toString().replace("-", "");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy