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

cn.cloudscope.oss.utils.UUIDUtil Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package cn.cloudscope.oss.utils;

import java.util.UUID;

/**
 *  无法补充
 *
 * @author wupanhua
 * @date 2019/8/6 15:28
 *
 * 
 *              www.cloudscope.cn
 *      Copyright (c) 2019. All Rights Reserved.
 * 
*/ public class UUIDUtil { private UUIDUtil() { // make constructor private } public static String buildUuid() { return UUID.randomUUID().toString().replace("-", ""); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy