From 96ad64ee3197af401aad435b5e36d2fc4101550b Mon Sep 17 00:00:00 2001 From: Enlight Date: Tue, 14 Jul 2015 15:26:00 +0800 Subject: [PATCH] doc --- LION.md | 18 +++++++++++------- README.md | 15 +++++++++++---- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/LION.md b/LION.md index 46dda07..f1e7cf8 100644 --- a/LION.md +++ b/LION.md @@ -33,9 +33,11 @@ Lion 是一个配置管理平台,可以实时推送配置变更。 #### 2.2.2 appenv 文件格式如下 -deployenv:环境,如 dev
-zkserver:ZK 服务器地址,如 dev.lion.dp:2181
-swimlane:泳道(可选),一般为空
+ + + + +
deployenv环境,如 dev
zkserverZK 服务器地址,如 dev.lion.dp:2181
swimlane泳道(可选),一般为空
#### 2.2.3 各环境标准 appenv 文件如下 * dev @@ -189,9 +191,11 @@ key = app.name + "." + (camel case => dotted string) 假设 app.name = "lion-test",示例如下: -**Field** ==>> **Key**
-zookeeperAddress ==>> lion-test.zookeeper.address
-propertiesPath ==>> lion-test.properties.path
-includeLocalProps ==>> lion-test.include.local.props
+ + + + + +
FieldKey
zookeeperAddresslion-test.zookeeper.address
propertiesPathlion-test.properties.path
includeLocalPropslion-test.include.local.props
diff --git a/README.md b/README.md index 72183ee..0720c41 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ -Lion -==== - +# Lion +----- +### Release notes [Release notes](http://code.dianpingoa.com/arch/lion/blob/master/RELEASE.md) -[User guide](http://code.dianpingoa.com/arch/lion/blob/master/LION.md) \ No newline at end of file +### User guide +[User guide](http://code.dianpingoa.com/arch/lion/blob/master/LION.md) + +### Comitters +jian.liu
+hua.chen + +### More