Dylan.Liu
4 years ago
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||||||
|
package com.fanruan.api.cluster.resource; |
||||||
|
|
||||||
|
import com.fr.decision.fileserver.FineFileServer; |
||||||
|
import com.fr.io.config.RepositoryConfig; |
||||||
|
|
||||||
|
/** |
||||||
|
* @author Dylan.Liu |
||||||
|
* @version 10.0 |
||||||
|
* Created by Dylan.Liu on 2021/1/12 |
||||||
|
*/ |
||||||
|
public class FineFileServerKit { |
||||||
|
|
||||||
|
public static <T extends RepositoryConfig> T getRepoConfig() throws Exception { |
||||||
|
return FineFileServer.getInstance().getRepoConfig(); |
||||||
|
} |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue