当前位置: 首页 > 工具软件 > fdfs_client > 使用案例 >

静态获取Resource下的配置文件 fdfs_client.conf

督瑞
2023-12-01
static {
    //从classpath下获取文件对象获取路径
    String path = new ClassPathResource("fdfs_client.conf").getPath();
    try {
        ClientGlobal.init(path);
    } catch (Exception e) {
        e.printStackTrace();
    }
}
 类似资料: