许鹏程
2025-01-02 307451c2a3d48b1e5606ab260421fe1bcd4f9585
src/main/java/com/product/TestController.java
@@ -7,7 +7,7 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
import java.io.File;
/**
 * @Author cheng
@@ -19,6 +19,15 @@
public class TestController {
   public static void main(String[] args) {
//      读取每个子模块的.git 隐藏文件夹获取每个子模块对应的git仓库地址
      //读取
      String path = "D:\\work\\Project Work Space\\Product\\product-server-all";
      File parent = new File(path);
   }
   @GetMapping("/get/{version}")