admin管理员组

文章数量:1626246

@GetMapping("file/download")
    public void downloadDevtool(HttpServletRequest request, HttpServletResponse response) throws IOException {
   

        String property = System.getProperty("user.dir");
        String path = property + "/src/main/resources/file/text.txt";
        
        F

本文标签: 浏览器文件SpringBoot