jdbc-source
Properties
Property | 2.x Name | 3.x Name |
---|---|---|
cron | trigger.cron | spring.cloud.stream.poller.cron |
data | spring.datasource.data | spring.datasource.data |
driver-class-name | spring.datasource.driver-class-name | spring.datasource.driver-class-name |
fixed-delay | trigger.fixed-delay | spring.cloud.stream.poller.fixed-delay |
initial-delay | trigger.initial-delay | spring.cloud.stream.poller.initial-delay |
initialization-mode | spring.datasource.initialization-mode | spring.datasource.initialization-mode |
password | spring.datasource.password | spring.datasource.password |
query | jdbc.query | jdbc.supplier.query |
schema | spring.datasource.schema | spring.datasource.schema |
split | jdbc.split | jdbc.supplier.split |
update | jdbc.update | jdbc.supplier.update |
url | spring.datasource.url | spring.datasource.url |
username | spring.datasource.username | spring.datasource.username |