This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 604c0539cf8 Update 2.md (#1566)
604c0539cf8 is described below
commit 604c0539cf8eb6a5fa37f81fecdf920323779758
Author: JIAN ZHONG <[email protected]>
AuthorDate: Mon Oct 24 11:05:09 2022 +0800
Update 2.md (#1566)
---
content/zh/docs3-v2/java-sdk/faq/0/2.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/zh/docs3-v2/java-sdk/faq/0/2.md
b/content/zh/docs3-v2/java-sdk/faq/0/2.md
index bce31c3ed11..501ffb34638 100644
--- a/content/zh/docs3-v2/java-sdk/faq/0/2.md
+++ b/content/zh/docs3-v2/java-sdk/faq/0/2.md
@@ -5,10 +5,10 @@ linkTitle: "0-2 - 非法属性值"
weight: 2
---
-## 可能的原因
+### 可能的原因
这个提示是指用户配置的值与属性本身所需的数据类型并不匹配。比如 `dubbo.comsumer.threads`
属性只能接受数值属性,但是用户所输入的值混入了字母。
-## 排查和解决步骤
+### 排查和解决步骤
根据[配置项参考手册](../../../reference-manual/config/properties),查找出错的配置项,检查该项指定的类型,检查是否出现类型不一致的情况。
-<p style="margin-top: 3rem;"> </p>
\ No newline at end of file
+<p style="margin-top: 3rem;"> </p>