摘要: jdk7及之后读取 String queryPath = "classpath:sql/user.sql"; try { Path path = Paths.get(ResourceUtils.getFile(queryPath).getAbsolutePath()); String result 阅读全文
posted @ 2021-02-25 08:58 漫夭 阅读(55) 评论(0) 推荐(0) 编辑