JDBC Connections
Add JDBC Driver
Drift Server comes with the H2 database driver pre-installed. For other jdbc drivers you need to add the vendor specific jdbc driver to the lib directory
Add jdbc connection details to systemdescription.yaml
sample yaml snippet
Do not forget to add
This is used by the jackson yaml parser to resolve the polymorphic type of the connection details.
Testing the connection settings
You can verify the connection settings in the "System Connections" page by clicking "Test" button.
Last updated