springboot获取jar包路径
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot获取jar包路径相关的知识,希望对你有一定的参考价值。
参考技术A String path = (String.valueOf(Thread.currentThread().getContextClassLoader().getResource(""))).replaceAll("file:/", "").replaceAll("%20", " ").trim(); 参考技术B System.out.println(System.getProperty("user.dir"));以上是关于springboot获取jar包路径的主要内容,如果未能解决你的问题,请参考以下文章
spring boot 打jar包,获取resource路径下的文件