Skip to content

Commit

Permalink
README: 添加 程序设计思想-配置优先级
Browse files Browse the repository at this point in the history
  • Loading branch information
imsunhao committed Jun 27, 2019
1 parent 48532ed commit e7ebf50
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

- bug: prot 端口配置不生效
- opt: 整理 stats
- feat: *doc* 整理出一个欢迎界面
- feat: _doc_ 整理出一个欢迎界面

### api 文档 TODO

- 文档还没出 正在做了 现在做了一个 doc 例子
- 文档还没出 正在做了 现在做了一个 doc 例子
- 但是有类型 在@types

### 功能
Expand Down Expand Up @@ -68,3 +68,11 @@
##### 提供 中间件 扩展

##### 提供 路由 扩展

### 程序设计思想

#### 配置优先级

- 命令行 (最高)
- 注入的配置 (修改需要重启)
- 静态配置

0 comments on commit e7ebf50

Please sign in to comment.