Skip to content

Commit

Permalink
Merge pull request #43 from landy8530/1.0.x
Browse files Browse the repository at this point in the history
1.0.x
  • Loading branch information
landy8530 authored Aug 5, 2019
2 parents b3032e3 + 2f98056 commit afb235c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ public class RootApplicationContextConfiguration {

实现方式计划采用以下两种方式实现:

- 采用Netty实现文件的转储操作
- 采用原生HTTP方式实现(利用Spring MVC)
- 采用Netty实现文件的转储操作,参考 [文件服务组件之Netty实现](https://github.com/landy8530/fortune-commons/wiki/%E6%96%87%E4%BB%B6%E6%9C%8D%E5%8A%A1%E7%BB%84%E4%BB%B6%E4%B9%8BNetty%E5%AE%9E%E7%8E%B0)
- 采用原生HTTP方式实现(利用Spring MVC),参考 [文件服务组件之HTTP实现](https://github.com/landy8530/fortune-commons/wiki/%E9%80%9A%E7%94%A8%E6%96%87%E4%BB%B6%E6%9C%8D%E5%8A%A1%E7%BB%84%E4%BB%B6%EF%BC%88HTTP%E5%AE%9E%E7%8E%B0%E7%89%88%E6%9C%AC%EF%BC%89)

#### commons-doc-server

文件上传服务服务端,实现方式计划采用以下两种方式实现:

- 采用Netty实现文件的转储操作
- 采用原生HTTP方式实现(利用Spring MVC)
- 采用Netty实现文件的转储操作,参考 [文件服务组件之Netty实现](https://github.com/landy8530/fortune-commons/wiki/%E6%96%87%E4%BB%B6%E6%9C%8D%E5%8A%A1%E7%BB%84%E4%BB%B6%E4%B9%8BNetty%E5%AE%9E%E7%8E%B0)
- 采用原生HTTP方式实现(利用Spring MVC),参考 [文件服务组件之HTTP实现](https://github.com/landy8530/fortune-commons/wiki/%E9%80%9A%E7%94%A8%E6%96%87%E4%BB%B6%E6%9C%8D%E5%8A%A1%E7%BB%84%E4%BB%B6%EF%BC%88HTTP%E5%AE%9E%E7%8E%B0%E7%89%88%E6%9C%AC%EF%BC%89)

#### commons-datacache

Expand Down

0 comments on commit afb235c

Please sign in to comment.