This commit is contained in:
Redkale
2016-08-27 15:07:34 +08:00
parent bfe78a805e
commit 4647545ff5
4 changed files with 22 additions and 35 deletions

View File

@@ -79,7 +79,8 @@
host: 服务所占address 默认: 0.0.0.0
port: required 服务所占端口
root: 如果是web类型服务则包含页面 默认:{APP_HOME}/root
lib: server额外的class目录 默认为空
lib: server额外的class目录 默认为空
excludelibs: 排除lib.path与excludes中的正则表达式匹配的路径, 多个正则表达式用分号;隔开
charset: 文本编码, 默认: UTF-8
backlog: 默认10K
threads 线程总数, 默认: CPU核数*16