JDBC Connections
Add JDBC Driver
Add jdbc connection details to systemdescription.yaml
PRODUCTSDB::LOCAL: !<JDBCConnectionDetails>
userName: user1
password: pwd
jdbcUrl: jdbc:h2:tcp://localhost/./test2
tableNames:
- CUSTOMER
- PRODUCT
- SUPPLIERTesting the connection settings


Last updated
Was this helpful?