This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new d253438  fix vertx config style (#14660)
d253438 is described below

commit d253438c807f0f5d7e55830f0a18f53766d20fe3
Author: tuichenchuxin <[email protected]>
AuthorDate: Mon Jan 10 17:14:07 2022 +0800

    fix vertx config style (#14660)
---
 .../shardingsphere-proxy-bootstrap/src/main/resources/conf/server.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/server.yaml
 
b/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/server.yaml
index 5240581..27d3959 100644
--- 
a/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/server.yaml
+++ 
b/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/server.yaml
@@ -74,5 +74,5 @@
 #  proxy-backend-executor-suitable: OLAP
 #  proxy-frontend-max-connections: 0 # Less than or equal to 0 means no 
limitation.
 #  sql-federation-enabled: false
-#  Available proxy backend driver type: JDBC (default), ExperimentalVertx
+#    # Available proxy backend driver type: JDBC (default), ExperimentalVertx
 #  proxy-backend-driver-type: JDBC

Reply via email to