未验证 提交 e6387287 编写于 作者: V vdisk-group 提交者: GitHub

add spring configuration metadata for property names cache (#3879)

* add spring configuration metadata for property names cache

* CHANGES.md
上级 7ede9d85
...@@ -70,6 +70,7 @@ Apollo 1.9.0 ...@@ -70,6 +70,7 @@ Apollo 1.9.0
* [make jdbc session enable default](https://github.com/ctripcorp/apollo/pull/3869) * [make jdbc session enable default](https://github.com/ctripcorp/apollo/pull/3869)
* [support json/yaml/xml format for public namespace](https://github.com/ctripcorp/apollo/pull/3836) * [support json/yaml/xml format for public namespace](https://github.com/ctripcorp/apollo/pull/3836)
* [Translate application into 应用 not 项目](https://github.com/ctripcorp/apollo/pull/3877) * [Translate application into 应用 not 项目](https://github.com/ctripcorp/apollo/pull/3877)
* [add spring configuration metadata for property names cache](https://github.com/ctripcorp/apollo/pull/3879)
------------------ ------------------
All issues and pull requests are [here](https://github.com/ctripcorp/apollo/milestone/6?closed=1) All issues and pull requests are [here](https://github.com/ctripcorp/apollo/milestone/6?closed=1)
......
...@@ -62,6 +62,13 @@ ...@@ -62,6 +62,13 @@
"sourceType": "com.ctrip.framework.apollo.core.ConfigConsts", "sourceType": "com.ctrip.framework.apollo.core.ConfigConsts",
"description": "apollo meta server address." "description": "apollo meta server address."
}, },
{
"name": "apollo.property.names.cache.enable",
"type": "java.lang.Boolean",
"sourceType": "com.ctrip.framework.apollo.util.ConfigUtil",
"description": "enable property names cache.",
"defaultValue": false
},
{ {
"name": "apollo.property.order.enable", "name": "apollo.property.order.enable",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册