liuxiaocs7 opened a new pull request, #2224: URL: https://github.com/apache/incubator-hugegraph/pull/2224
`jdbc.sslmode` is not registered, we should use `jdbc.ssl_mode` instead. i see #2175 #2196 outputs have the same problem ``` 2023-06-06 02:04:22 [main] [WARN] o.a.h.c.HugeConfig - The config option 'jdbc.sslmode' is redundant, please ensure it has been registered 2023-06-06 02:04:22 [main] [INFO] o.a.h.u.ConfigUtil - Scanning option 'graphs' directory './conf/graphs' 2023-06-06 02:04:22 [main] [INFO] o.a.h.c.InitStore - Init graph with config file: .\conf\graphs\hugegraph.properties 2023-06-06 02:04:22 [main] [WARN] o.a.h.c.HugeConfig - The config option 'jdbc.sslmode' is redundant, please ensure it has been registered ``` https://github.com/apache/incubator-hugegraph/blob/bcf2a395cf8949c39a127facb404f75cf3842475/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlOptions.java#L101-L107 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
