vert-x3 / vertx-mysql-postgresql-client

This client is deprecated - use instead
https://github.com/eclipse-vertx/vertx-sql-client
Apache License 2.0
117 stars 59 forks source link

Updated documentation with values that can be passed in Configuration #107

Closed ernestojpg closed 6 years ago

ernestojpg commented 6 years ago

This Pull Request fixes #106 .

Documentation has been updated with some missing properties that can be passed in the configuration object, such as connectTimeout and testTimeout.

Some other values in the configuration, such as username, password, or queryTimeout, are described with wrong default values in the documentation.

Signed-off-by: Ernesto J. Perez ernestojpg@gmail.com

vietj commented 6 years ago

you need to modify the package-info.java file that is the source that generates these asciidoc files

ernestojpg commented 6 years ago

Ahhh, sorry, I forgot that one. I updated the pull request.

Thanks!

vietj commented 6 years ago

thanks!