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); } }