add YamlUtil

This commit is contained in:
Looly
2021-09-24 15:29:56 +08:00
parent ba00f03026
commit 7b6593fe68
43 changed files with 798 additions and 1433 deletions

View File

@@ -9,6 +9,7 @@ import org.junit.Test;
public class OshiPrintTest {
@Test
@Ignore
public void printCpuInfo(){
Console.log(OshiUtil.getCpuInfo());
}