Re: How to declare a datasource in Camel Quarkus JDBC?

2020-11-30 Thread James Netherton
Take a look at the camel-quarkus JDBC extension integration test: https://github.com/apache/camel-quarkus/tree/master/integration-tests/jdbc You can use Quarkus properties to define the datasource in application.properties:

How to declare a datasource in Camel Quarkus JDBC?

2020-11-30 Thread Mikael Andersson Wigander
How do I declare and inject a datasource for Camel JDBC using Quarkus? /M