- 1 使用类加载器路径
String locationPath = ClassUtils.getDefaultClassLoader().getResource("").getPath();
- 2 使用资源路径
String locationPath = ResourceUtils.getURL("classpath:").getPath();
String locationPath = ClassUtils.getDefaultClassLoader().getResource("").getPath();
String locationPath = ResourceUtils.getURL("classpath:").getPath();
本文标题:SpringBoot项目获取项目class路径方法
本文链接:https://www.haomeiwen.com/subject/mepjgqtx.html
网友评论