Skip to content

Commit

Permalink
【源码阅读1.1.0】资源中心
Browse files Browse the repository at this point in the history
  • Loading branch information
liujian committed Sep 13, 2024
1 parent 152bdb5 commit 24fa5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public List<ResourcesVO> getFullDirectoryStructure(int rootId) {

@Override
public InputStream readFile(String path) {
//todo System.getProperty("dinkyAddr")
try (HttpResponse exec = HttpUtil.createGet(
systemConfiguration.getDinkyAddr().getValue() + "/download/downloadFromRs?path="
+ URLUtil.encode(path))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import cn.hutool.core.lang.Opt;
import cn.hutool.core.lang.Singleton;
import cn.hutool.core.util.StrUtil;

//todo 【资源管理核心类】
public interface BaseResourceManager {
SystemConfiguration instances = SystemConfiguration.getInstances();

Expand Down

0 comments on commit 24fa5f3

Please sign in to comment.