this.getClass().getClassLoader().getResource("").getPath();
获取classes路径
如:D:/tomcat/webapps/ithome/WEB-INF/classes/
this.getClass().getResource("").getPath();
获取完整路径
如:D:/tomcat/webapps/ithome/WEB-INF/classes/com/farm/plugin/jxls/
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/14299.html