reghao 84b92632fe store-api 中添加一个 StoreInfo 对象, 并在 StoreService 中添加一个 getStoreInfo 方法, 每次查看 StoreNode 的详细信息时直接调用 RPC 服务中的 getStoreInfo 方法 2 лет назад
..
bin a224a5037c 鉴于 oss-store 所部署的节点可能由于多网卡导致每次获取的 IP 地址不固定, 因此直接在 spring 配置文件中指定 store 节点的地址, 保证地址的 constant 2 лет назад
src 84b92632fe store-api 中添加一个 StoreInfo 对象, 并在 StoreService 中添加一个 getStoreInfo 方法, 每次查看 StoreNode 的详细信息时直接调用 RPC 服务中的 getStoreInfo 方法 2 лет назад
Dockerfile 3c3aa5d6d8 以 oss1 仓库 master 分支的 25a9727221 版本为起点 2 лет назад
README.md 3c3aa5d6d8 以 oss1 仓库 master 分支的 25a9727221 版本为起点 2 лет назад
pom.xml c2bcc3a24f oss-store 删除 curator-recipes 依赖, 不再使用 zk 作为注册中心, 作为 dubbo provider 不再将服务 expose 到注册中心, consumer 采用"直连"的方式调用 dubbo 提供的服务 2 лет назад

README.md

oss-store

一个文件存储系统, 提供文件的存储, 访问和删除等服务, 不支持文件修改.

依赖的第三方服务

  • mysql
  • zookeeper