Merge pull request #1290 from chuntaojun/develop

feat(client): @NacosConfigurationProperties support yaml style config
This commit is contained in:
Fury Zhu 2019-06-04 16:29:53 +08:00 committed by GitHub
commit 3174aae243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,13 @@ public @interface NacosConfigurationProperties {
*/
String dataId();
/**
* if the config style is yaml
*
* @return default value is <code>false</code>
*/
boolean yaml() default false;
/**
* It indicates the properties of current doBind bean is auto-refreshed when Nacos configuration is changed.
*