XiaoRuby
2023-08-07 97287ee79f67a623da39650ad9718131e8130cb5
sys/src/test/java/com/yuanchu/limslaboratory/SysApplicationTests.java
@@ -1,5 +1,4 @@
package com.yuanchu.limslaboratory;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@@ -8,6 +7,10 @@
    @Test
    void contextLoads() {
    }
        String newString = String.format("%06d", 77);
        System.out.println("newString === " + newString);
    }
}