Skip to content

Commit

Permalink
refactor: ♻️ 新增 SystemUtils 工具类
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbin committed Dec 1, 2023
1 parent 5762290 commit a30b5f3
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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 {



}

0 comments on commit a30b5f3

Please sign in to comment.