chenlu
2024-06-19 612254a4c651f79676fab4c925bfdb16e64b58e8
north-glass-erp/src/test/java/com/example/erp/ErpApplicationTests.java
New file
@@ -0,0 +1,14 @@
package com.example.erp;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ErpApplicationTests {
    @Test
    void contextLoads() {
        String.valueOf("1.0").replaceAll("\\.0*$|(\\.\\d*?)0+$", "$1");
    }
}