blade-service/blade-mdm/src/test/java/org/springblade/mdm/utils/FileContentUtilTest.java
@@ -52,7 +52,7 @@ //System.out.println(charset); } @Test //@Test public void testReadLineAt() throws IOException { Path source = Paths.get("src/test/resources/filecontenttest.txt"); @@ -65,7 +65,7 @@ } @Test //@Test public void testReplaceReadLineAt(@TempDir Path tempDir) throws IOException { // 加载资源文件 Path source = Paths.get("src/test/resources/filecontenttest.txt");