This is an automated email from the ASF dual-hosted git repository.
mercyblitz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git
The following commit(s) were added to refs/heads/master by this push:
new 0fad8dc Intellij中的自动提示是dubbo.scan.base-packages导致我配置错误 (#233)
0fad8dc is described below
commit 0fad8dc095a6402c74e6379d529e93a6a13d3b61
Author: 葛俊 <[email protected]>
AuthorDate: Fri Dec 7 10:36:35 2018 +0800
Intellij中的自动提示是dubbo.scan.base-packages导致我配置错误 (#233)
---
.../src/main/resources/META-INF/spring-configuration-metadata.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dubbo-spring-boot-autoconfigure/src/main/resources/META-INF/spring-configuration-metadata.json
b/dubbo-spring-boot-autoconfigure/src/main/resources/META-INF/spring-configuration-metadata.json
index 8b6b282..078dae9 100644
---
a/dubbo-spring-boot-autoconfigure/src/main/resources/META-INF/spring-configuration-metadata.json
+++
b/dubbo-spring-boot-autoconfigure/src/main/resources/META-INF/spring-configuration-metadata.json
@@ -1090,7 +1090,7 @@
},
{
"sourceType": "com.alibaba.boot.dubbo.autoconfigure.DubboScanProperties",
- "name": "dubbo.scan.base-packages",
+ "name": "dubbo.scan.basePackages",
"description": "The basePackages to scan , the multiple-value is
delimited by comma\n\n @see EnableDubbo#scanBasePackages()",
"type": "java.util.Set<java.lang.String>"
}