diff --git a/bubble-core/src/main/java/cn/fxbin/bubble/core/util/SystemUtils.java b/bubble-core/src/main/java/cn/fxbin/bubble/core/util/SystemUtils.java new file mode 100644 index 00000000..7a215a00 --- /dev/null +++ b/bubble-core/src/main/java/cn/fxbin/bubble/core/util/SystemUtils.java @@ -0,0 +1,18 @@ +package cn.fxbin.bubble.core.util; + +import cn.hutool.system.SystemUtil; +import lombok.experimental.UtilityClass; + +/** + * SystemUtils + * + * @author fxbin + * @version v1.0 + * @since 2023/12/1 10:02 + */ +@UtilityClass +public class SystemUtils extends SystemUtil { + + + +}