This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
commit da9a7ee9d33a9a40561fb3998d421d0a2035ac03 Author: mklzl <[email protected]> AuthorDate: Mon May 16 12:09:52 2022 +0800 Update hugegraph-server.md --- quickstart/hugegraph-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickstart/hugegraph-server.md b/quickstart/hugegraph-server.md index 5e8b89d9..ee5e56e2 100644 --- a/quickstart/hugegraph-server.md +++ b/quickstart/hugegraph-server.md @@ -307,8 +307,8 @@ Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK 修改 hugegraph.properties ```properties -backend=Palo -serializer=Palo +backend=palo +serializer=palo # mysql backend config (Palo目前还需要使用MySQL的URL来建立连接进行数据读取) jdbc.driver=com.mysql.jdbc.Driver
