I only can find the source for jdbc-sink
(Link), but I can't find the source code for jdbc-sink-rabbit
which used in spring cloud data flow.
Does anyone know it?
The jdbc-sink-rabbit
is the generated application when building the starter project.
./mvnw clean install -PgenerateApps
cd apps
You will find the generated jdbc-sink-rabbit
under apps
directory.
The build instructions are specified here