1、获取Uuid-工具类 1、获取Uuid-工具类@Slf4jpublic class UuidUtil { public static String getUuid() { return UUID.randomUUID().toString().replace("-", ""); }}