linux環境下在springboot項目中獲取項目路徑(用於保存文件等)

//application.properties中設置:(file.path=static/qrfile/) //保存到static文件夾下的qrfile目錄 @Value("${file.path}") private String path; //文件路徑 String path = System.getProperty("java.class.path"); int firstIndex =
相關文章
相關標籤/搜索