摘要: // SpringBoot读取Linux服务器某路径下文件 public String messageToRouted() { File file = null; try { file = ResourceUtils.getFile("/home/admin/logs/test/routed.txt"); ... 阅读全文
posted @ 2019-11-13 14:28 Rainyn 阅读(18745) 评论(1) 推荐(0) 编辑