linux服務下獲取jar項目部署所在路徑path

import org.springframework.util.ResourceUtils; String filePath = new File(ResourceUtils.getURL("classpath:").getPath()).getParentFile().getParentFile().getParent(); // filePath爲:file:/usr/local/zyd
相關文章
相關標籤/搜索